SWR

swr`, swr.vercel.app, useSWR, vercel/swr, (Website), на сайте с December 09, 2022 09:41
SWR is a React Hooks library for 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 request (revalidate), and finally comes with the up-to-date data again.