Next.js card reviewmedium
What are route groups in Next.js?
Route groups allow developers to organize routes without affecting the URL structure. They are created using parentheses folders like (dashboard). Route groups are useful for organizing layouts, authentication sections, and large applications while keeping routing clean.