SWR
SWR is a lightweight React data-fetching library, created by Vercel, whose name comes from the HTTP caching strategy 'stale-while-revalidate' — returning cached data immediately while fetching fresh data in the background.
4 resources across 1 library
Glossary Terms(4)
TanStack Query
TanStack Query (formerly React Query) is a data-fetching and caching library that manages server state in frontend applications, handling caching, background r…
SWR
SWR is a lightweight React data-fetching library, created by Vercel, whose name comes from the HTTP caching strategy 'stale-while-revalidate' — returning cache…
React Query
React Query (rebranded as TanStack Query) is a data-fetching and server-state management library for React that handles caching, background refetching, request…
SWR (library)
SWR is a lightweight React hooks library for data fetching created by Vercel, named after the HTTP caching strategy 'stale-while-revalidate': it immediately re…