rookLab/react-component-caching

Are you sure the cache is useful?

yangchongduo opened this issue · 2 comments

  <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?