判断题
componentWillMount周期函数可以进行setState更改数据操作。
错误
判断题 React中进行获取DOM元素的方式是refs。
判断题 defaultProps比proptypes执行的快。
判断题 在react中生命周期中Unmounting是已移出真实DOM。