判断题react的组件中,props是用来组件通讯的,而state是用来定义页面状态的。
判断题react中,可以使用对象的方式,定义样式。
判断题react中,必不可少的一个周期函数是componentDidMount。
判断题react-router-dom中,Link组件是做路由的切换用的。
判断题react-router-dom中,路由使用的时候必须使用Router组件包裹起来。