Skip to content
Discussion options

You must be logged in to vote

@AkifumiSato This is working as expected for PPR page when there is a dynamic part.

We need to re-run the static part of the render to generate the props and context needed to render the rest of the dynamic parts. The static parts should have all it's data cached (hence why it's static) so it should just be the render-dom code and not hitting the network (outside looking up cache entries).

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@AkifumiSato
Comment options

@samcx
Comment options

@AkifumiSato
Comment options

@rikbrown
Comment options

@rikbrown
Comment options

Answer selected by samcx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear: next Confirmed issue that is tracked by the Next.js team. Cache Components Related to the `cacheComponents`, `useCache`, or `ppr` experimental flags.
4 participants
Converted from issue

This discussion was converted from issue #76072 on March 19, 2025 00:17.