How to configure layouts when using @react-router/fs-routes? #14227
Unanswered
bryan-alj1
asked this question in
Q&A
Replies: 1 comment
-
As with any other route, using a convention in the file names, see https://reactrouter.com/how-to/file-route-conventions#nested-layouts-without-nested-urls I recommend you to read the whole page to understand all the conventions and to try them and see how they affect both URL and UI |
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.
-
Hello 👋,
I’m experimenting with React Router (framework) for the first time and added the package
@react-router/fs-routes
Since the routes are being generated automatically, I’m not sure how to properly configure layouts in this setup. Could you provide guidance on how layouts should be handled?
Everything else working fine.
Thanks in advance! 🙏
Beta Was this translation helpful? Give feedback.
All reactions