Recent Releases
v2.5.1 — v2.5.1
Patches fix: hydrate cacheData for hooks without a fetcher by @yongsk0066 in https://github.com/vercel/swr/pull/4293 fix: revalidate suspense cacheData on remount by @javascripter in https://gith
v2.5.0 — v.2.5.0
Features RSC cache preloading Preload data in React Server Components and pass it to client hooks through SWRConfig. This avoids a duplicate initial browser request and hydrates the result int
v2.4.2 — v2.4.2
Patches fix: guard against double-unsubscribe removing wrong subscriber in cache.ts by @tomohiro86 in https://github.com/vercel/swr/pull/4252 Prevent resolved promise to suspend due to missing
v2.4.1 — v2.4.1
Patches Remove deprecated downlevelIteration option by @RyanCavanaugh in https://github.com/vercel/swr/pull/4216 fix: Fix 4221 by @promer94 in https://github.com/vercel/swr/pull/4223 New Cont