Loading video player...
In this video I will explain the Next.js cache components, a new approach to rendering and caching that adopts a dynamic by default strategy for all routes, in contrast to previous versions. This system implements Partial Prerendering (PPR), which sends a fast static shell of the page instantly, with dynamic sections streaming in afterwards. Chapters: 00:00 NextJS Caching 00:36 Static vs Dynamic 01:22 Partial Render 02:37 New Toolkit ️ 03:41 The Fix 04:30 Mental Shift 05:33 Advanced Controls ️ 06:02 Update Tag Cart 06:50 New Philosophy For the more details I suggest you to read the official Next.js docs about Cache Components here: https://nextjs.org/docs/app/getting-started/cache-components For implementation example of Cache Components you can check this from Aurora here: https://github.com/aurorascharff/next16-commerce