We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Previous #393
Goal: group common data in a route record. This could be used to:
implement redirect, route meta, etc without a component too. Maybe allow a file +route.ts or similar
+route.ts
(folders) Split routes that share a path into different folder structures, and different meta properties (= different layouts, etc)
(files): add ignored parts to the file name: (thing).vue -> index.vue users(details).vue -> users.vue
(thing).vue
index.vue
users(details).vue
users.vue
https://svelte.dev/docs/kit/advanced-routing#Advanced-layouts-(group)
https://docs.solidjs.com/solid-start/building-your-application/routing#route-groups
The text was updated successfully, but these errors were encountered:
component
No branches or pull requests
Previous #393
Goal: group common data in a route record. This could be used to:
implement redirect, route meta, etc without a component too. Maybe allow a file
+route.ts
or similar(folders) Split routes that share a path into different folder structures, and different meta properties (= different layouts, etc)
(files): add ignored parts to the file name:
(thing).vue
->index.vue
users(details).vue
->users.vue
https://svelte.dev/docs/kit/advanced-routing#Advanced-layouts-(group)
https://docs.solidjs.com/solid-start/building-your-application/routing#route-groups
The text was updated successfully, but these errors were encountered: