16.3 之前
componentWillMount, componentWillReceiveProps, componentWillUpdate has been renamed, and is not recommended for use.
生命周期函数的组合在Fiber之后就显得不合适了,因为,如果要开启async rendering,在render函数之前的所有函数,都有可能被执行多次。
16.4
16.3 之前
componentWillMount, componentWillReceiveProps, componentWillUpdate has been renamed, and is not recommended for use.
生命周期函数的组合在Fiber之后就显得不合适了,因为,如果要开启async rendering,在render函数之前的所有函数,都有可能被执行多次。
16.4