I made a wrapper of fs-routes into an npm package, can someone tell if I'm missing any feature? #13855
Unanswered
christiandesantis
asked this question in
Q&A
Replies: 0 comments
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.
-
So I basically made an npm package that is a wrapper of the
fs-routes
react router 7 comes with by default for file-based routing, because I wanted to add enhanced structured directory support (for building the url path, similar to tanstack router) and better layout management. npm githubIt is as easy to integrate as just replacing the original package:
It is working well for me, but for more advanced use cases I'd like to ask what features this could still be missing, I'd be really grateful to anyone that might have a chance to check the package and provide some feedback regarding this 🙏🏻 that way I can open the necessary issues in the GitHub repository for future work
Beta Was this translation helpful? Give feedback.
All reactions