fascinating-indigo•2y 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
ambitious-aqua•2y 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.
Remix
Route File Naming