react 16.3版本出现了两个新的生命周期函数,并将逐渐废弃componentWillMount()、componentWillReceiveProps()、componentWillUpdate()
1、static getDerivedStateFromProps()
react 16.3+ 新生命周期
原文:https://www.cnblogs.com/ruoshuisanqian/p/11255621.html