Framework-defined, global caching infrastructure with zero configuration. Before today, developers had to choose between either fully static or fully dynamic pages. With Next.js 13.2 , we’re excited to announce the Next.js Cache (beta) and the brand-new Vercel Data Cache (beta) . This enables caching only part of your page as static data, while fully dynamically rendering the rest of your application, including accessing real-time and personalized data. Vercel Data Cache Designed for usage with any frontend or fullstack framework Native integration into the Next.js Cache with 13.2 and the App Router Granular cache invalidation by tag Shared backend cache between static and dynamic rendering We’ve taken everything you love about Incremental Static Regeneration (ISR) – fast builds and even faster page loads – and made it granular at the data fetching level. Try Next.js 13.2 or continue reading to learn about how the Next.js Cache and Vercel Data Cache were created to evolve ISR.…