Skip to content
jsmanifest logojsmanifest

Posts tagged “Caching

5 posts found

Next.js unstable_cache vs fetch Cache in 2026: Which One Actually Belongs in Your App

Next.js unstable_cache vs fetch Cache in 2026: Which One Actually Belongs in Your App

July 11, 2026

The caching story in Next.js has evolved dramatically. Learn when fetch cache fails, why unstable_cache exists, and how the use cache directive changes everything for production apps in 2026.

nextjscachingfetch+2
Next.js 16 and Turbopack by Default: Partial Prerendering and the New Cache Model Explained

Next.js 16 and Turbopack by Default: Partial Prerendering and the New Cache Model Explained

June 3, 2026

Most Next.js performance problems stem from misunderstanding the cache layer. Next.js 16 introduces Turbopack as default, Partial Pre-Rendering, and explicit caching with 'use cache'—here's what actually changed and how to migrate without breaking production.

Next.jsTurbopackPerformance+2
Next.js 15 Caching: What Changed and Why

Next.js 15 Caching: What Changed and Why

May 22, 2026

Next.js 15 reversed aggressive caching defaults. The new opt-in model, use cache directive, and revalidation APIs change how production apps handle data freshness and performance.

Next.jscachingperformance+2
Turbo: Supercharge Your Monorepo Build Performance

Turbo: Supercharge Your Monorepo Build Performance

March 5, 2026

Learn how Turborepo's intelligent caching and parallelization can transform your monorepo builds from painfully slow to lightning fast with practical configuration examples.

turborepomonorepoperformance+2
The Power of Caching in JavaScript

The Power of Caching in JavaScript

January 18, 2022

As our applications become larger the need for performance grows. Performance can be achieved by caching. In this post we will go over powerful ways caching can improve the way you think and write efficient code.

javascriptcachecaching+5