react

proptypes

涉及:

着重了解proptypes:类型检查

生命周期

三大阶段:挂载,更新时,卸载

挂载:constructor()

​ getDerivedStateFromProps()

​ rebder()

​ React更新DOM和refs

​ componentDidMount