橙子

react 生命周期

生命周期就是从出生到死亡的这个过程,生命周期函数就是到哪个时间就会执行哪个函数,主要看图就好了,网上有很多这种图

在 react 16.3 的声明周期如下:

在 react 16.3 版本以后移除了三个 componentWillMount componentWillReceiveProps componentWillUpdate这三个,增加了 getDerivedStateFromProps getSnapShotBeforeUpdate 这两个