判断题
在新兴框架react中,react的组件必须要有render函数。
正确
判断题 this.state写在component里就可以达到初始state的作用。
判断题 这段requiredFunc:PropTypes.func.isRequired代码实现验证必须为函数并且不能为空。
判断题 组件化开发是react的独特优势。