Section 01
Next.js Foundations
Bootstrap a Next.js app and learn the App Router file conventions.
Next.js 15 · intermediate
Build production React apps with Next.js 15. App Router, Server Components, Server Actions, streaming, caching, Route Handlers, Metadata API, images, fonts, deployment. The framework that powers a huge share of modern React apps in production.
Section 01
Bootstrap a Next.js app and learn the App Router file conventions.
Section 02
File-based routing, dynamic & catch-all routes, groups, parallel & intercepting routes.
Section 03
Server-first by default, "use client" boundaries, streaming, suspense, loading & error UI.
Section 04
Server Actions, useFormState, useFormStatus, validation, optimistic updates.
Section 05
Static, dynamic, ISR, the four caches — and how to invalidate them.
Section 06
Route Handlers, middleware, cookies/headers, Auth.js, JWT, Prisma, Drizzle, Edge.
Section 07
next/image, next/font, metadata, OG images, i18n, testing, build, deployment.