1、react-dom和react为什么要分开 因为还有react-dom、react-canvas、react-app 2、state和props state通过setState调用 控制自己的状态 props 父组件传入,只能从父组件修改