码迷,mamicode.com
首页 > 其他好文 > 详细

react的生命周期

时间:2021-01-07 12:35:36      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:should   pre   one   before   inf   png   商业   链接   state   

React的生命周期从广义上分为三个阶段:挂载、渲染、卸载

  1. 挂载卸载过程
    1.1.constructor()
    1.2.componentWillMount()
    1.3.componentDidMount()
    1.4.componentWillUnmount ()
  2. 更新过程
    2.1. componentWillReceiveProps (nextProps)
    2.2.shouldComponentUpdate(nextProps,nextState)
    2.3.componentWillUpdate (nextProps,nextState)
    2.4.componentDidUpdate(prevProps,prevState)
    2.5.render()
  3. React新增的生命周期(个人补充)
    3.1. getDerivedStateFromProps(nextProps, prevState)
    3.2. getSnapshotBeforeUpdate(prevProps, prevState)

作者:爱吃芋圆的小w
链接:https://www.jianshu.com/p/b331d0e4b398
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

技术图片

react的生命周期

标签:should   pre   one   before   inf   png   商业   链接   state   

原文地址:https://www.cnblogs.com/Eant/p/14237388.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!