nextjs6 min read
Next.js Route Groups — Organize Routes Without Affecting URLs
Use Next.js route groups with parentheses notation to organize related pages, apply different layouts to URL segments, and co-locate files without changing your URL structure.
Read →