Dioxus Guides

These guides contains more detailed explanations for some concepts covered in the guide and more.

State

Assets

  • Assets Overview of how to include assets in your application

Platforms

  • Desktop Overview of desktop specific APIS
  • Web Overview of web specific APIS
  • Fullstack Overview of Fullstack specific APIS
    • Server Functions Server functions make it easy to communicate between your server and client
    • Extractors Extractors allow you to get extra information out of the headers of a request
    • Middleware Middleware allows you to wrap a server function request or response
    • Authentication An overview of how to handle authentication with server functions
    • Routing An overview of how to work with the router in the fullstack renderer
  • SSR Overview of the SSR renderer