If you are not familiar with Dioxus itself, check out the Dioxus book first.
Whether you are building a website, desktop app, or mobile app, splitting your app's views into "pages" can be an effective method for organization and maintainability.
For this purpose, Dioxus provides a router. Use the cargo add
command to add the dependency:
cargo add dioxus-router
This book is intended to get you up to speed with Dioxus Router. It is split into two sections:
Please note that this is not the only documentation for the Dioxus Router. You can also check out the API Docs.