判断题
在新兴框架react中,直接定义一个类会报语法错误(也就是说不使用extends Component会报语法错误)。
错误
判断题 在新兴框架react中,react的组件必须要有render函数。
判断题 this.state写在component里就可以达到初始state的作用。
判断题 这段requiredFunc:PropTypes.func.isRequired代码实现验证必须为函数并且不能为空。