为什么不应该使用componentWillMount?
触发服务器调用以获取componentWillMount生命周期方法中的数据是一种不好的做法?
以及为什么最好使用componentDidMount。
回答:
componentWillMount将很快被弃用。
引用@Dan Abramov
在 在某些情况下
,因此您应该对网络请求使用componentDidMount。
在这里阅读更多。
以上是 为什么不应该使用componentWillMount? 的全部内容, 来源链接: utcz.com/qa/410594.html