rookLab / react-component-caching

Speedier server-side rendering with component caching in React 16
388 stars 26 forks source link

Are you sure the cache is useful? #48

Open yangchongduo opened 6 years ago

yangchongduo commented 6 years ago
  <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

inakuhn commented 6 years ago

Same here!

atlas1119 commented 5 years ago

Same here! why?