react 同一个组件,渲染来自 redux state 里的不同数据,比如一个文章组件显示 state 不同 post
为啥前一个渲染的数据会在后一个渲染的数据到达前,会留下拖影,然后才显示后一个渲染数据
如何在前一个组件的 unmount 里消除掉该份数据,
这属于啥课题,google “react force clean up state when component unmount” “react dont cleanup effect when unmount” “react dont clean up previous render”
都找不出答案
用的 class component,没有使用 use hooks
第一次用 react ,请大佬赐教
1
iOCZS 355 天前
talk is cheap, show me the code
|
2
sillydaddy 355 天前
贴一下关键代码吧
|
3
debuggerx 355 天前 via Android 1
加 loading 组件来控制啊
|