react——API——React.Component:setState和defaultProps

1.setState() setState() 並不總是立即更新組件。它會批量推遲更新。這使得在調用 setState() 後立即讀取 this.state 成爲了隱患。爲了消除隱患,請使用 componentDidUpdate 或者 setState 的回調函數(setState(updater, callback) 2.defaultProps
相關文章
相關標籤/搜索