Replies: 1 comment
-
you can use https://tanstack.com/router/v1/docs/framework/react/routing/virtual-file-routes for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to split file-based routing in multiple folders. It can be posibile or in the future to add this feature? I want this because I have a big app and I want each feature to have related to it in same folder for example:
src
| - apps
| - - feature1
| - - - routes # all routes related
| - shared
| - - routes # this is the root
I know the alternative for this is code-based routing, but I like more the file based routing
Beta Was this translation helpful? Give feedback.
All reactions