Replies: 1 comment
-
Agreed, seems like pathless layout routes can do what pathless route groups do but more. I just never use pathless layout groups. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pathless layout routes (i.e.,
_segment
) and pathless route groups (i.e.,(segment)
) seem to serve the same purpose, no? So what’s the point in having both conventions?foo/_segment/bar.tsx
foo/(segment)/bar.tsx
(Similar discussion: #3837)
Beta Was this translation helpful? Give feedback.
All reactions