React中国
首页
下载
react中文文档
react api
react 工具
react 插件
例子
下载 React v16.0.0
在github上编辑这篇文章
componentDidUpdate
#
(
object
nextProps,
object
nextState): boolean
在更新发生后被立即调用。这是一个react组件更新完成后的通知。
react API
state
setState
props
refs
getInitialState
componentWillMount
componentDidMount
componentWillReceiveProps
shouldComponentUpdate
componentWillUpdate
componentDidUpdate
componentWillUnmount
forceUpdate