React生命週期函數詳細解析

一.react生命週期函數 1.constructor --> 01構造函數 2.componentWillMount --> 02組件將要掛載 3.render --> 03數據將要渲染 4.componentDidMount --> 04組件掛載完成 代碼 頁面加載完成控制檯打印的數據 5.componentWillUnmount --> 組件銷燬的時候觸發的生命週期函數 父組件代碼(控制子組
相關文章
相關標籤/搜索