react
如何实现父组件调用子组件函数,下面web建站小编给大家详细介绍一下实现代码!
实现代码如下:
class father extends Component { constructer(props) { super(props); this.state={ a: '1', b: '2', } this.myRef this.test = this.test.bind(this) } hange() { const { a,b } = this.state console.log(this.myRef.test(a,b)) // 直接调用实例化后的Children组件对象里函数 } render() { <Children wrappedComponentRef={(inst) => { this.myRef = inst } } ref={(inst) => { this.myRef = inst } } /> <button onClick={this.test}>点击</button> } }
ps:wrappedComponentRef
是react-router
v4中用来解决高阶组件无法正确获取到ref。
标签: react, react-router, 子组件, 父组件
上面是“react如何实现父组件调用子组件函数”的全面内容,想了解更多关于 reactjs 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_2755.html
workflows工作流
水中一台精致而破旧的老式电视鱼缸ComfyUI工作流
基础扩图comfyui工作流
城市里出现一只可爱的小生物ComfyUI工作流
一朵由琥珀制成的孤独美丽的玫瑰
一辆在泥潭中奔跑的布加迪ComfyUI工作流
1个可爱的白色短发女孩
一只被水晶包围的小动物ComfyUI工作流
一棵树从鸟笼里长出来的梦幻般场景
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!