编程语言
首页 > 编程语言> > javascript – 为什么不应该使用componentWillMount?

javascript – 为什么不应该使用componentWillMount?

作者:互联网

解雇服务器调用在componentWillMount生命周期方法中获取数据是一种不好的做法?

为什么使用componentDidMount更好.

解决方法:

引用@Dan Abramov

In future versions of React we expect that componentWillMount will fire more than once in some cases, so you should use componentDidMount for network requests.

阅读更多here.

标签:javascript,reactjs,redux,react-redux
来源: https://codeday.me/bug/20191004/1852636.html