Route grouping enhancement #1049
Closed
bostjanpisler
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
#977 is proposed, and we will be working on it later. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Allow creating route groups using parenthesis in folder names, i.e. /pages/(marketing) inspired by Next.js.
This would allow creating multiple root routes with different layouts, i.e. /pages/(marketing)/_layout.tsx and /pages/(shop)/_layout.tsx
Example structure:
Example endpoints:
/home
/products
Beta Was this translation helpful? Give feedback.
All reactions