@芥末的糖-----react生命周期

React生命函数如下图所示分为四个部分
Initialzation: 初始化

Mounting: 组件被挂载

Updation: 组件被更新

Unmounting: 组件被移除


@芥末的糖-----react生命周期_第1张图片
20180513215253812.png

1.componentWillReceiveProps:第一次加载不运行
2.shouldComponentUpdate:return不同的布尔值来做一个拦截,因为父组件render,子组件也会render

@@https://blog.csdn.net/c_kite/article/details/80303341

你可能感兴趣的:(@芥末的糖-----react生命周期)