React學習筆記-生命週期

參考文檔 constructor( props ) 初始化方法。 object getInitialState() 獲取初始state。 void componentWillMount() render之前執行一次。 ReactElement render() 渲染視圖。 void componentDidMount() 初始化rander之後執行一次。 boolean shouldCompone
相關文章
相關標籤/搜索