React v16.0前的生命周期
1598184521(1).jpgReact v16.4+ 的生命周期图
React v16.9后这些生命周期钩子已重命名。你仍然可以使用旧版本周期函数,但控制台会报警告。
componentWillMount → UNSAFE_componentWillMount
componentWillReceiveProps → UNSAFE_componentWillReceiveProps
componentWillUpdate → UNSAFE_componentWillUpdate
网友评论