1.1.0 • Published 1 year ago

@clickshaq11/react-cache v1.1.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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
1.1.0

1 year ago

1.0.0

1 year ago