react-component-caching
react-component-caching copied to clipboard
Are you sure the cache is useful?
<Name
templatizedProp1="value1"
templatizedProp2="value2"
nonTemplatizedProp="anotherValue"
cache
templatized={["templatizedProp1", "templatizedProp2"]}
/>
I use the above code, the response time after the cache is increased than the no cache.
Give a demo
Same here!
Same here! why?