react-cacher
v1.0.0
Published
React.js Cacheing library
Readme
ReactCache
React.js Cacheing library
installation
npm i react-cacherusage
<CacheProvider>
<Cache cacheKey="hello" key={0}>
<div>hello world</div>
</Cache>
</CacheProvider>Cachechildren will be cached and memoized, and will improve efficiency by storing and reusing previously rendered childred
