Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Internet/WWW/Web Service/Web App/Web App Framework/React/React Library/React Fetching Library/
SWR
Search

SWR

Creator
Creator
Seonglae Cho
Created
Created
2021 May 26 6:4
Editor
Editor
Seonglae Cho
Edited
Edited
2022 Dec 13 6:20
Refs
Refs
Vercel

Stale While Revalidate

 
 
 
 

Github

vercel/swr
swr.vercel.app SWR is a React Hooks library for remote data fetching. The name " SWR" is derived from stale-while-revalidate, a cache invalidation strategy popularized by HTTP RFC 5861. SWR first returns the data from cache (stale), then sends the fetch request (revalidate), and finally comes with the up-to-date data again.
vercel/swr
https://github.com/vercel/swr
vercel/swr

2.0

Announcing SWR 2.0 - SWR
We are thrilled to announce the release of SWR 2.0, the popular React data-fetching library that enables components to fetch, cache, and mutate data and keeps the UI up-to-date with changes in that data over time. This new version comes packed with improvements and new features, such as new mutation APIs, improved optimistic UI capabilities, new DevTools, and better support for concurrent rendering.
https://swr.vercel.app/blog/swr-v2
Announcing SWR 2.0 - SWR
 
 

Table of Contents
Stale While RevalidateGithub2.0

Recommendations

Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Internet/WWW/Web Service/Web App/Web App Framework/React/React Library/React Fetching Library/
SWR
Copyright Seonglae Cho