Skip to content
← Back to Changelog

Thursday, May 4th 2023

Introducing the Vercel Data Cache: Optimized caching for React Server Components

Posted by

Avatar for ctgowrie

Casey Gowrie

Software Engineer

Avatar for lubakravche

Luba Kravchenko

Software Engineer

Avatar for jj4

JJ Kasper

Software Engineer

Avatar for almonk

Alasdair Monk

VP Design

Avatar for tsiege

Tristan Siegel

Software Engineer

Avatar for amyburns

Amy Burns

Senior DX Engineer

Vercel Data Cache is now available to give you framework-defined caching and propagation infrastructure to handle responses from React Server Components.

Data Cache is a globally distributed, ephemeral cache accessible from both serverless and edge runtimes, allowing you to cache data granularly in the region in which your function executes, with different treatments depending on the type of response:

  • Dynamic data is re-fetched with every execution
  • Static data is cached and revalidated either by time-based or on-demand revalidation

This feature is currently supported for the Next.js App Router and is available for users on all plans.

Check out our documentation and usage limits to learn more.

Post