在我现有的项目中,我使用了componentWillMount()。现在不推荐使用。所以我该怎么做?

时间:2018-09-06 06:30:22

标签: reactjs react-native react-redux containers

Reajctjs官方文档说componentWillMount()已被弃用。它不安全使用。所以在我目前的现场项目中,我已经在许多容器中使用了它。有什么机会enter image description here会破坏我的实时系统投入生产吗?谢谢。

1 个答案:

答案 0 :(得分:1)

docs

中所述
  

此生命周期以前称为componentWillMount。该名称将继续有效,直到版本17

您可以在此之前手动或使用react-codemod

来转换文件