optimistic-gold
optimistic-gold15mo ago

Hi all, do you know how to make pages in

Hi all, do you know how to make pages in folders for remix? And why all files are prefixed with underscore? Like "_layout.tsx"
1 Reply
afraid-scarlet
afraid-scarlet15mo ago
Hey @marcis4977, check out the documentation of Remix for this https://remix.run/docs/en/main/file-conventions/routes They have a convention that uses underscore to ignore the filename in the route.

Did you find this page helpful?