React中国
首页
下载
react中文文档
react api
react 工具
react 插件
例子
下载 React v16.0.0
在github上编辑这篇文章
componentWillMount
#
这是react组件的生命周期之一,在react组件加载完之前立即执行,此时还不能访问到真实的dom结构.
react API
state
setState
props
refs
getInitialState
componentWillMount
componentDidMount
componentWillReceiveProps
shouldComponentUpdate
componentWillUpdate
componentDidUpdate
componentWillUnmount
forceUpdate