react第一篇

1,整体结构

react第一篇_第1张图片
图片.png

2,React DOM

react第一篇_第2张图片
图片.png

3,内部自动循环数组

react第一篇_第3张图片
图片.png

4,React组件

react第一篇_第4张图片
图片.png

5,获取子组件

react第一篇_第5张图片
图片.png

6,组件类的propTypes属性

react第一篇_第6张图片
图片.png
react第一篇_第7张图片
图片.png

7,获取真实的DOM节点

react第一篇_第8张图片
图片.png

8,this.state

react第一篇_第9张图片
图片.png

9,react的生命周期

componentWillMount()
componentDidMount()
componentWillUpdate()
componentDidUpdate()
componentWillUnmount()
componentWillReceiveProps()
shouldComponentUpdate()

react第一篇_第10张图片
图片.png
react第一篇_第11张图片
图片.png

你可能感兴趣的:(react第一篇)