reflux_starter
2016-11-09 00:02:52 3 举报
AI智能生成
react的最基础的描述
作者其他创作
大纲/内容
react_starter
React.render()
<CommentBox data={data} />
data
pollInterval
document.getElementById(\"content\")
CommentBox
getInitialState
this.props
xxx(比如data)
children
this.state
component生命周期事件
componentDidMount
render
<Some_inner_component_name data={this.props.data} />
收藏
收藏
0 条评论
下一页