2020-07-31 swr.vercel.appSWRReact Hooks library for data fetching. SWR is a strategy to first return the data from cache (stale), then send the fetch request (revalidate), and finally come with the up-to-date data.