react生命週期

生命週期 初始化階段 constructor 在組件掛載之前執行,調用super(props),用來將父組件傳來的props綁定到這個類中,使用this.props將會得到。 定義狀態 狀態初始化也可以有父組件傳遞過來的屬性來進行賦值 static getDerivedStateFromProps ( nextProps,prevState ) {} 在組件實例化後,和接受新的props後被調用。
相關文章
相關標籤/搜索