判断题
this.state写在component里就可以达到初始state的作用。
错误
判断题 这段requiredFunc:PropTypes.func.isRequired代码实现验证必须为函数并且不能为空。
判断题 组件化开发是react的独特优势。
判断题 React中使用componentDidMount中进行数据请求。