React的生命週期瞭解

組件掛載圖: 幾個生命週期介紹: 1.getDefaultProps     object getDefaultProps() 執行過一次後,被創建的類會有緩存,映射的值會存在this.props,前提是這個prop不是父組件指定的  這個方法在對象被創建之前執行,因此不能在方法內調用this.props ,另外,注意任何getDefaultProps()返回的對象在實例中共享,不是複製 2.ge
相關文章
相關標籤/搜索