App Router & React Server Components
Next.js 13+ introduced the App Router — a file-system routing convention based on React Server Components. Server Components render on the server, reducing client JavaScript and enabling direct data access without useEffect waterfalls. Client Components handle interactivity. The result: faster pages with less JavaScript shipped to the browser.