React Native生命週期

方法名 作用 constructor 構造函數,初始化需要的state 1次 componentWillMount 控件渲染前觸發 1次 rander 渲染控件的方法 多次 componentDidMount 控件渲染後觸發 1次 componentWillReceiveProps 組件接收到新的props時被調用 多次 shouldComponentUpdate 當組件接收到新的props和st
相關文章
相關標籤/搜索