React生命週期

React生命週期 Mounting過程 getInitialState 在組件加載完成前執行一次,它的反回值將作爲this.state的初始值。react 若是使用ES6的語法,這個過程將被定義到constructor中,使用this.state={...}進行初始化。web getDefaultProps 調用一次,當類建立後,若是父組件沒有傳遞this.props則會被作爲默認的props。
相關文章
相關標籤/搜索