React父子组件

可以快速上手的开发文档

#React父子组件

React父子组件间的传值的方法

父组件向子组件传值:父组件:importReact,{Component}from'react';importChildfrom'./chlid';classparentextends..