T
TanStack8mo ago
xenophobic-harlequin

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
exotic-emerald
exotic-emerald8mo 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
xenophobic-harlequin
xenophobic-harlequinOP8mo ago
Thank you

Did you find this page helpful?