question about ppr in nextjs15
Unanswered
Asiatic Lion posted this in #help-forum
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 !
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 !