Using route groups?
Is using route groups like this () discouraged? Does it do anything? Like (app) or (auth) where i use route.tsx for the layout of each.
Also is route.tsx keyword file?
2 Replies
ratty-blush•5mo ago
yes route.tsx is a reserved name (you can change that though via config)
route groups dont do much really
they allow moving stuff into folders but that's it
like-goldOP•5mo ago
Thank you