dioxus
dioxus copied to clipboard
Parallel Routes
Feature Request
Most Dashboard (and related) projects as well as "tabbed" systems think Notion for example, need Parallel Routing within the same directory / page.
Implement Suggestion
NextJS has a feature known as Parallel Routes: https://nextjs.org/docs/app/building-your-application/routing/parallel-routes
This feature in combination with routing related hooks allows users to create advanced layout / page patterns useful for Dashboards.
This seems similar to the layouts feature in our Router: https://dioxuslabs.com/learn/0.6/router/reference/layouts/