React Native中組件的生命週期

組件的生命週期就是一個組件從創建到銷燬的整個過程。 一、Mounting 只調用一次 1、定義一個組件的默認屬性      getDefaultProps (es5)       static defaultProps (es6) 2、組件初始化     getInitialState (es5)     constructor(props) (es6) 3、組件渲染前 componentWill
相關文章
相關標籤/搜索