Introduction
Route groups help organize routes in Next.js without changing the URL. They keep your files tidy and your URLs clean.
You want to group related pages together in folders but keep URLs simple.
You need to share layout or components among several pages without affecting the URL path.
You want to separate route logic for better project structure without adding extra URL segments.