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.14k stars 110 forks source link

item/detail/:id 这种带参数的路由缓存不了, #159

Closed myhuangzhen closed 1 year ago

myhuangzhen commented 1 year ago

后来查查了版本。发现原来是版本太低了,升级到1.9.0 可以用multiple 和 cacheKey={props => props.location.pathname} 可以解决这个问题。。。