Next.js and Lazy Hydration. Keep the HTML but drop the Javascript | by Zack Jackson | Medium
Code splitting can only get us so far, and how it works means you end up loading a lot of JS you don't really need right then and there. Why download the footer code when I'm looking at the header…
Reducing HTML Payload With Next.js (Case Study) — Smashing Magazine
This article showcases a case study of Bookaway’s landing page performance. We’ll see how taking care of the props we send to Next.js pages can make loading times and Web Vitals better.