react學習之路之生命週期

創建時(掛載階段) List item 執行順序:constructor()、render() 、componentDidMount() 鉤子函數 觸發時機 作用 constructor 創建時最先執行 初始化state、爲事件處理程序綁定this render 每次組件渲染都會觸發 渲染UI,不能調用setState() componentDidMount 組件掛在(完成DOM渲染)後 發送網絡
相關文章
相關標籤/搜索