I wanted to know what does `(route_name)` mean in Next's folder based routes
Unanswered
Sloth bear posted this in #help-forum
Sloth bearOP
what is the significance of
The screenshot is from a Headless CMS built over Next called
(app)
or (payload)
from the attached screenshot, how would their route look like? Is there any documentation for this?The screenshot is from a Headless CMS built over Next called
Payload CMS
.2 Replies
@Sloth bear what is the significance of `(app)` or `(payload)` from the attached screenshot, how would their route look like? Is there any documentation for this?
The screenshot is from a Headless CMS built over Next called `Payload CMS`.
That's called Route Group
https://nextjs.org/docs/app/building-your-application/routing/route-groups
https://nextjs.org/docs/app/building-your-application/routing/route-groups
@Sloth bear can you mark solution to close this thread if you don't have any other questions?