Glossary
/// Definition
Next.js App Router
The App Router is Next.js's file-system-based routing and rendering system built on React Server Components.
In depth
Next.js App Router (stable in Next 14) uses the /app directory, React Server Components, streaming, nested layouts and Server Actions. It's the recommended architecture for new Next.js apps.