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

React 生命周期函数

时间:2019-08-10 19:07:40      阅读:72      评论:0      收藏:0      [点我收藏+]

标签:nbsp   挂载   project   生命周期   targe   cts   render   updating   卸载   

React v16.4 生命周期图示

技术图片

 

一、组件挂载阶段(Mounting)

1、constructor()

2、static getDerivedStateFromProps()

3、render()

4、componentDidMount()

 

二、组件更新阶段(Updating)

1、static getDerivedStateFromProps()

2、shouldComponentUpdate()

3、render()

4、getSnapshotBeforeUpdate()

5、componentDidUpdate()

 

三、组件卸载阶段(Unmounting)

1、componentWillUnmount()

 

React 生命周期函数

标签:nbsp   挂载   project   生命周期   targe   cts   render   updating   卸载   

原文地址:https://www.cnblogs.com/Leophen/p/11332362.html

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