1,整體結(jié)構(gòu)

圖片.png
2,React DOM

圖片.png
3,內(nèi)部自動(dòng)循環(huán)數(shù)組

圖片.png
4,React組件

圖片.png
5,獲取子組件

圖片.png
6,組件類的propTypes屬性

圖片.png

圖片.png
7,獲取真實(shí)的DOM節(jié)點(diǎn)

圖片.png
8,this.state

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

圖片.png

圖片.png