CJY0208 / react-router-cache-route

Route with cache for react-router V5 like <keep-alive /> in Vue
https://www.npmjs.com/package/react-router-cache-route
MIT License
1.16k stars 113 forks source link

Advisable number of multiple cached route #96

Closed carlospence closed 3 years ago

carlospence commented 4 years ago

What is the advisable number of multiple cached route of dynamic parameters? What overheads or performance issue might be experience with excessive usage?

<CacheRoute multiple={20} ... />

CJY0208 commented 3 years ago

Sorry for the slow response

It depends on the complexity of your code

CJY0208 commented 3 years ago

closed