Next.js Discord

Discord Forum

question about ppr in nextjs15

Unanswered
Asiatic Lion posted this in #help-forum
Open in Discord
Asiatic LionOP
When a page(that uses ppr) link apears on the screen, it will prefetch the entire page before i click, does this also prefetch the components wrapped in suspense?

bonus question:
I only have a DB call in the component wrapped with suspense, does this make the component static?, if i bring await headers it will show the skeleton for this component every time i visit the page and it's annoying

thanks !

0 Replies