StructureBuilder / react-keep-alive

A component that maintains component state and avoids repeated re-rendering.
MIT License
984 stars 106 forks source link

keep-alive在iframe场景下会失效 #108

Closed Can-Chen closed 3 years ago

Can-Chen commented 3 years ago

包裹的组件中,存在iframe标签展示内容,切换布局后,非iframe组件状态保留了,iframe标签被卸载掉,重新加载了。

Can-Chen commented 3 years ago

keep-alive 会移动需要保活的DOM结构 iframe被移动状态不会保留