Snapshotcanary · dd76599
A request moving through routing, cache state, an App Page route module, server rendering, and hydration.
Click a building or route
System map7 components · 10 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
App RouterNext.js's nested route system built around layouts, server components, and route segments.
How to study this repo
- 1Follow one URL
Trace router-server.ts into BaseServer and the matched route module.
- 2Split HTML from Flight
Identify which stream paints the page and which reconstructs React state.
- 3Compare hit and miss
Trace fresh and stale cache states to see why revalidation changes the path.