Introduction
What is cache-fetcher?
It's a dead simple and opinionated data fetcher for JavaScript and React. It uses axios (opens in a new tab) (specifically redaxios (opens in a new tab)) under the hood.
Install
npm:
npm i cache-fetcher
yarn:
yarn add cache-fetcher
pnpm:
pnpm add cache-fetcher