React中国
首页
下载
react中文文档
react api
react 工具
react 插件
例子
下载 React v16.0.0
在github上编辑这篇文章
forceUpdate
#
component
.forceUpdate
()
可以在任何已挂载的组件上调用,在你知道某些深处的组件状态在未使用
this.setState()
就被改变了时。
react API
state
setState
props
refs
getInitialState
componentWillMount
componentDidMount
componentWillReceiveProps
shouldComponentUpdate
componentWillUpdate
componentDidUpdate
componentWillUnmount
forceUpdate