App Router
Menu
Layouts
Nested Layouts
Grouped Layouts
Parallel Routes
File Conventions
Loading
Error
Not Found
APIs
useLinkStatus
Data Fetching
Streaming with Suspense
Static Data
Dynamic Data
Incremental Static Regeneration
Misc
Patterns
Client Component Hooks
Client Context
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.
Links
Docs
Code
By
View code
or
deploy your own