react組件與服務器通信

component的生命週期圖 需要關注的是在render執行前後執行的componentWillMount(),componentDidMount();  屬性props改變執行的componentWillReceivePros(nextPros); state或props改變會執行的 shouldComponentUpdate(nextProps , nextState), component
相關文章
相關標籤/搜索