date created: Thursday, May 1st 2025, 8:13:46 am
date modified: Thursday, May 1st 2025, 8:15:10 am
tags:
- nextjs
title: What is Next.js?
permalink: what-is-nextjsnpx create-next-app@latest
Group pages requiring authentication into route groups, directories surrounded by parentheses, e.g., (auth)/.
src/
app/
(auth)/
dashboard/
page.tsx
profile/
page.tsx
The "(auth)" folder won't appear in the URL. Users see /dashboard, not /auth/dashboard.