标签: reactjs state render
我希望我的react组件在渲染之前更新状态。现在,我有一些从API提出的问题。因此,根据URL,问题会发生变化。当我离开组件并以新状态返回时,它首先显示旧状态一两秒钟,然后显示新状态。
答案 0 :(得分:1)
您应该使用componentWillUnmount生命周期方法来清理状态数据
componentWillUnmount
https://reactjs.org/docs/react-component.html#componentwillunmount