Concept Flow - Route groups
Start: User visits URL
Router checks route groups
Match route group prefix?
No→Check other routes
Yes
Apply group layout or settings
Render child route component
Display page with group context
When a user visits a URL, the router checks if it matches a route group prefix. If yes, it applies the group's layout or settings, then renders the child route inside that group.