react的生命週期及react16的一些新特性

react16以前舊的生命週期   Mounting(加載階段:涉及6個鉤子函數) constructor()html 加載的時候調用一次,能夠初始化state getDefaultProps()react 設置默認的props,也能夠用dufaultProps設置組件的默認屬性。 getInitialState()算法 初始化state,能夠直接在constructor中定義this.state
相關文章
相關標籤/搜索