AdvancedVocabulary#next.js#ppr#performance#rendering#react

Next.js Partial Prerendering (PPR)

Next.js Partial Prerendering combines static edge delivery with dynamic streaming content within a single page. Master vocabulary for static shell generation, Suspense-boundary splitting, dynamic API detection (cookies/headers/searchParams), incremental PPR opt-in configuration, and comparison with ISR.

0 / 5 completed
1 / 5
Next.js Partial Prerendering (PPR) combines static and dynamic content. What determines which parts of a page are rendered statically vs dynamically?