Render Modes

An interactive tour

How a web page actually shows up.

From the moment you press Enter in the address bar to the click that finally works, every layer in between is a story. Step through the browser's rendering pipeline, then see how Next.js bends that pipeline with six different rendering modes.

Two journeys.

Pick a starting point. Each module is self-contained, but together they tell the full story.

01

Step through, don’t scroll past

Every phase has its own animated diagram. Use the stepper, hit play, or deep-link to a single phase.

02

See the modes behave

The SSR demo really runs per request. The SSG demo really freezes at build time. Refresh and watch.

03

Built on Next.js 16 + React 19

Uses the new use cache directive, cacheLife, connection(), and async params, the way the framework actually works today.