Back to All Topics
Next.js Updated 2026-04-01 50 Questions
Next.js Interview Questions
The App Router (introduced in Next.js 13) is built on React Server Components. It uses a file-system-based router where folders define routes and files like layout.tsx and page.tsx define UI. It supports nested layouts, improved data fetching, and streaming.