React - 生命周期(二)

上一个写的是单个组件的生命周期,现在写一个,父子组件和兄弟组件之间生命周期的顺序 一、组件生命周期的执行次数是什么样子 只执行一次: constructor、componentWillMount、componentDidMount 执行多次:render 、子组件的componentWillReceiveProps、componentWillUpdate、componentDidUpdate 有条
相关文章
相关标签/搜索