Partial Prerendering (experimental, Next.js 14) cho phép combine static shell và dynamic holes trong cùng một page.
- Static parts được prerender và cached, dynamic parts (trong Suspense) được stream khi request.
- User nhận static shell ngay lập tức, dynamic content load sau.
- Tốt nhất của SSG và SSR trong một trang.
Partial Prerendering (experimental, introduced in Next.js 14) combines a static shell with dynamic holes on a single page.
- Static parts are prerendered and cached; dynamic parts (inside Suspense boundaries) are streamed on each request.
- Users receive the static shell instantly and dynamic content loads in afterward — the best of SSG and SSR on a single page.