T
TanStack5mo ago
like-gold

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
ratty-blush5mo 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-gold
like-goldOP5mo ago
Thank you

Did you find this page helpful?