dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

Parallel Routes

Open itsezc opened this issue 8 months ago • 1 comments

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.

itsezc avatar Apr 12 '25 14:04 itsezc

This seems similar to the layouts feature in our Router: https://dioxuslabs.com/learn/0.6/router/reference/layouts/

DogeDark avatar Apr 12 '25 15:04 DogeDark