React組件生命週期

舊版本 一、掛載階段 組件將要掛載:componentWillMount 組件掛載完成:componentDidMount constructor(構造函數)–>componentWillMount(組件將要掛載)–>render(數據渲染)–>componentDidMount(組件掛載完成) 二、更新階段 父組件中改變了props傳值時觸發的函數:componentWillReceivePro
相關文章
相關標籤/搜索