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

react 生命周期

时间:2019-07-24 11:36:41      阅读:80      评论:0      收藏:0      [点我收藏+]

标签:should   next   default   one   状态   tst   react   初始化   rop   

  React 生命周期分为三种状态 1. 初始化 2.更新 3.销毁;

    初始化:getDefaultProps()、getInitialState()、componentWillMount()、render()、componentDidMount()

    更新:componentWillReceiveProps(nextProps)、shouldComponentUpdate(nextProps、nextState)、componentWillUpdate(nextProps、nextState)、render()、componentDidMount()

    销毁:componentWillUnmount()

react 生命周期

标签:should   next   default   one   状态   tst   react   初始化   rop   

原文地址:https://www.cnblogs.com/mufc/p/11236899.html

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