App Router
Menu
Layouts
Nested Layouts
Grouped Layouts
Parallel Routes
File Conventions
Loading
Error
Not Found
Data Fetching
Streaming with Suspense
Static Data
Dynamic Data
Incremental Static Regeneration
Revalidate Path | Tag
ISR Cache STALE
Preview (Draft) Mode
Static page with Query vars
Components
Client Context
Responsive Image
Misc
Client Component Hooks
CSS and CSS-in-JS
Code Snippets
Legacy (Pages Router)
Revalidate Path (pages-router)
ISR Cache STALE (pages-router)
By
View code
or
deploy your own
acme.com
/
ssr
/
Home
Post 1
Post 2
Post 3
children
Dynamic Data
Dynamic, or server-rendered data, is fetched fresh on each request.
In this example, the post responses are explicitly not cached.
Try navigating to each post and noting the timestamp of when the page was rendered.
Docs
Code
By
View code
or
deploy your own