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

react 的生命周期函数

时间:2018-10-17 00:04:49      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:end   lock   span   update   dcom   去除   ops   初始化   rop   

生命周期函数:

是指在某一时刻组件自动执行 的函数

初始化:

设置props和state

mounting:

componentWillMount 在组件即将被挂载到页面的时候自动执行

render 组件在页面上进行挂载

componentDidMount 在组件被挂载到页面的时候后自动执行

updation:组件更新

props

=>componentWillPeceiveProps=>shouldComponentUpdate=> componentWillUpdate=>render=> componentDidUpdate

 

state

=>shouldComponentUpdate=> componentWillUpdate=>render=> componentDidUpdate

 

unmounting:

即将被从页面去除组件的时候

react 的生命周期函数

标签:end   lock   span   update   dcom   去除   ops   初始化   rop   

原文地址:https://www.cnblogs.com/guangzhou11/p/9801083.html

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