Full-Stack React
Rendering on the server, and choosing where each piece of work should happen.
3 concepts · 140 minutes
- Next.js App RouterFile-based routing, layouts, and the server/client boundary you must hold in your head.
- Rendering StrategiesStatic, server, incremental — choosing per route based on how fresh the data must be.
- Server ComponentsComponents that never ship to the browser — a different mental model, not just an optimisation.