Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 474 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 474 Bytes

useCache hook

Supporting LRU data structure for caching. This hook is used to cache the data into local storage.

How to install?

npm install --save react-local-cache

Roadmap

  • Adding support for multiple cache stores
  • Adding support for cache expiration
  • Adding support for cache invalidation
  • Adding examples of useCache hook
  • Adding examples of useCache hook with multiple cache stores
  • Adding Documentation
  • fixing typescript errors
  • adding tests