美文网首页
React生命周期

React生命周期

作者: 黄黄黄大帅 | 来源:发表于2020-08-27 09:35 被阅读0次

    React v16.0前的生命周期

    1598184521(1).jpg

    React v16.4+ 的生命周期图

    React v16.9后这些生命周期钩子已重命名。你仍然可以使用旧版本周期函数,但控制台会报警告。
    componentWillMount → UNSAFE_componentWillMount
    componentWillReceiveProps → UNSAFE_componentWillReceiveProps
    componentWillUpdate → UNSAFE_componentWillUpdate

    1598184950.jpg

    相关文章

      网友评论

          本文标题:React生命周期

          本文链接:https://www.haomeiwen.com/subject/cyswjktx.html