react-cacher
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

ReactCache

React.js Cacheing library

installation

npm i react-cacher

usage

<CacheProvider>
  <Cache cacheKey="hello" key={0}>
    <div>hello world</div>
  </Cache>
</CacheProvider>
  • Cache children will be cached and memoized, and will improve efficiency by storing and reusing previously rendered childred

Readme

Keywords

none

Package Sidebar

Install

npm i react-cacher

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.94 kB

Total Files

4

Last publish

Collaborators

  • error49