React中国
首页
下载
react中文文档
react api
react 工具
react 插件
例子
下载 React v16.0.0
在github上编辑这篇文章
refs
#
获取到dom的引用,通常是用来获取真的dom节点。此属性一般用在组件初始化之后或是事件触发。
react API
state
setState
props
refs
getInitialState
componentWillMount
componentDidMount
componentWillReceiveProps
shouldComponentUpdate
componentWillUpdate
componentDidUpdate
componentWillUnmount
forceUpdate