Partial Prerendering in Next.js
The Problem
Currently in Next.js, a route is either fully static or fully dynamic. If you have just one dynamic part (like a shopping cart), the whole page becomes dynamic. This means slower page loads even when most content could be static.
How PPR ...
tigerabrodi.blog2 min read