Next.js — resources
roadmap.sh: https://roadmap.sh/nextjs
Books
- Real-World Next.js (Michele Riva) — practical patterns for production App Router and Pages Router apps.
- Fullstack React with Next.js (Newline / Anthony Accomazzo et al.) — end-to-end full-stack builds with data fetching and auth.
- Learning React (Alex Banks & Eve Porcello) — solid React foundation that the Next.js model builds on.
Courses / practice
- Next.js Official Docs — the canonical, always-current reference for App Router, rendering, and caching.
- Next.js Learn — the official free interactive course building a dashboard app step by step.
- Vercel Templates — production-grade starters to read and adapt.
- React Docs — official React mental model (Server Components, Suspense) that underpins Next.js.