CJY0208 / react-activation

Hack <KeepAlive /> for React
https://www.npmjs.com/package/react-activation
MIT License
1.78k stars 140 forks source link

首次切换回缓存页面数据为空 #276

Open jinlllllll opened 1 year ago

jinlllllll commented 1 year ago

大佬们,我这个每次首次切换回缓存页面都没数据,需要重新触发请求才有数据,并且清除缓存后再点开页面会有上一次的搜索数据缓存,有人知道怎么回事吗。。。 image

CJY0208 commented 1 year ago

KeepAlive 只能确保你的组件不被卸载,如果组件内应用了统一的数据源,例如 redux,而你是通过修改 redux 来调整数据的话,KeepAlive 对这部分数据是无效的,需要确保你的数据只由组件内部生成