You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not completely sure about supporting users(details).vue. I feel like having just groups like (the-group) for folders and files is what matters. What are your thoughts? Do you have any use cases for users(details).vue?
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: