Next.js Discord

Discord Forum

PPR and Suspense Boundaries

Unanswered
Yacare Caiman posted this in #help-forum
Open in Discord
Yacare CaimanOP
Hello, in the docs for PPR it states:

Partial Prerendering does not yet apply to client-side navigations. We are actively working on this.

Does this mean that client-side navigations completely ignore the Suspense fallbacks (both in loading.tsx and in regular Suspense boundaries?). When I test out PPR, I am seeing that client-side navigations have a delay, and then load the resulting page (without showing any loading skeletons).

https://nextjs.org/docs/app/api-reference/next-config-js/partial-prerendering

0 Replies