Module · Intermediate · 1h 15m
Module 1: Routing and rendering
How files become routes, what renders where, and why server components change the shape of an app.
- nextjs
- react
- module
Inside this module
- Create nested layouts and dynamic routes
- Decide server versus client per component
The full module opens with a membership that covers Next.js.
Sign in if you already subscribe.
Sign inLessons
- 01Files, folders, routes
Lesson · 25 min · The app directory: pages, layouts, dynamic segments and the files that control them.
- 02Server and client components
Lesson · 25 min · The default is the server; understanding what that means and when to opt into the client.
- 03Data fetching and caching
Lesson · 25 min · Reading data in server components, and controlling what is cached and for how long.

