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

CacheRoute 的when属性设置为 forward 无效 #137

Open zcrkey opened 2 years ago

zcrkey commented 2 years ago

"react": "^17.0.2", "react-dom": "^17.0.2", "react-router-cache-route": "^1.12.1", "react-router-dom": "5.3.0", "react-scripts": "^4.0.3",

设置 when为forward时,不会触发 componentDidCache 和 componentDidRecover 而设置when为back或者为always时,则会触发 componentDidCache 和 componentDidRecover