IVLIU / react-offscreen

react offscreen component like vue keep-alive
MIT License
107 stars 8 forks source link

react-router 下无效 #4

Closed skyliwq closed 6 months ago

skyliwq commented 6 months ago

在react-router 下使用没有效果,该如何配置大神

IVLIU commented 6 months ago

请问你使用的框架是什么

skyliwq commented 6 months ago

请问你使用的框架是什么

react18 antd

IVLIU commented 6 months ago

目前Offscreen针对的是组件,Offscreen是不能够被卸载的。 而react-router在做路由切换时,是会卸载组件的,因此无法缓存。 如果你用的是umi的话,可以参考下https://juejin.cn/post/7312304122535149604

vaynevayne commented 2 months ago

tans 这个router库有是否路由卸载的hook, 可以传给screen 有人在项目里使用过这个router库吗?

IVLIU commented 2 months ago

tans 这个router库有是否路由卸载的hook, 可以传给screen 有人在项目里使用过这个router库吗?

哪个hook?

vaynevayne commented 2 months ago

image