fromInfoQ
1 week agoVercel's Next.js 16: Explicit Caching, Turbopack Stability, and Improved Developer Tooling
Next.js 16 introduces several features, including Cache Components with explicit opt-in caching, AI-powered debugging through Model Context Protocol integration, and Turbopack as the stable default bundler. It also includes enhanced routing with layout deduplication and incremental prefetching for faster page transitions. A key feature in Next.js 16 is Cache Components, which represents a complete departure from the implicit caching found in previous versions of the App Router. This feature centers around the new "use cache" directive that can be used
Web frameworks