react的生命週期

react的生命週期 1、 static defaultProps 靜態屬性中設置默認屬性,在沒有設置的情況下走默認設置 2、 constructor 構造函數使用需要super();的配合 ,若沒有super()的配合會報錯 在這裏面設置狀態 this.state ===> this.state = {name:「Lily」} 後面是對象 3、componentWillMount 組件經過上面的
相關文章
相關標籤/搜索