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
Components
Client Context
Misc
Client Component Hooks
CSS and CSS-in-JS
Code Snippets
By
View code
or
deploy your own
acme.com
/
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