React之生命週期

React之生命週期 1.mount 掛載階段:組件實例被建立並插入DOM中時,依次調用 constructor ( ) —構造器,構造函數web static getDerivedStateFromProps ( ) — 從props()獲取派生狀態 ;靜態的方法,不在原型上ajax render ( ) —渲染svg componentDidMount ( ) —在組件掛載後/插入DOM樹中,
相關文章
相關標籤/搜索