React - 生命週期(二)

上一個寫的是單個組件的生命週期,現在寫一個,父子組件和兄弟組件之間生命週期的順序 一、組件生命週期的執行次數是什麼樣子 只執行一次: constructor、componentWillMount、componentDidMount 執行多次:render 、子組件的componentWillReceiveProps、componentWillUpdate、componentDidUpdate 有條
相關文章
相關標籤/搜索