Data Fetching and Caching

Server state is not application state. It is a cache of someone else’s data, and it goes stale while you hold it.

7 articles

SWR

Listed inSWRData Fetching and Cachingon

A smaller take on the same idea, with a hook-first API and very little configuration.

Beginner5 minDraft
#data
#caching