react-cacher
v1.0.0
Published
React.js Cacheing library
Downloads
2
Readme
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