@clickshaq11/react-cache
v1.1.0
Published
Provides efficient way to cache network requests locally using either LocalStorage or in-memory storage.
Downloads
4
Readme
Caching library for React applications
Provides efficient way to cache network requests locally using either LocalStorage or in-memory storage.
Installation
NPM
To install from npm repository:
npm install @clickshaq11/react-cache
or, with pnpm:
pnpm install @clickshaq11/react-cache
or, with yarn:
yarn add @clickshaq11/react-cache
Git
git clone https://github.com/clickshaq11/react-cache.git
npm link /path/to/cloned/repo --global