flâneur — a map of the web's best reading

Building Your Application: Rendering | Next.js

nextjs.org · 2,252 words · saved by 1 readers

Learn the differences between Next.js rendering environments, strategies, and runtimes.

This page is also available as Markdown at /docs/app/getting-started/caching.md . For an index of Next.js documentation , see /docs/llms.txt . Copy page Caching Last updated May 13, 2026 This page covers caching with Cache Components , enabled by setting cacheComponents: true in your next.config.ts file. If you're not using Cache Components, see the Caching and Revalidating (Previous Model) guide. Caching is a technique for storing the result of data fetching and other computations so that future requests for the same data can be served faster, without doing the work again. Enabling Cache Comp

Explore this link on the map →

saved by

related reading