1,整体结构

2,React DOM

3,内部自动循环数组

4,React组件

5,获取子组件

6,组件类的propTypes属性


7,获取真实的DOM节点

8,this.state

9,react的生命周期
componentWillMount()
componentDidMount()
componentWillUpdate()
componentDidUpdate()
componentWillUnmount()
componentWillReceiveProps()
shouldComponentUpdate()


网友评论