SWR library
RU: SWR (библиотека)
A React data-fetching library by Vercel whose name is derived from stale-while-revalidate. The useSWR hook returns cached data immediately on mount, then revalidates in the background and re-renders on change. It deduplicates concurrent requests with the same key within a configurable dedupingInterval.