码迷,mamicode.com
首页 > 其他好文 > 详细

react 子组件访问父组件的方法

时间:2018-05-21 19:37:46      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:.com   inter   Owner   cti   flow   组件   uri   instance   reac   

  1. 回调函数(推荐)
    地址:https://ourcodeworld.com/articles/read/409/how-to-update-parent-state-from-child-component-in-react
  2. 获得父组件的实例(不推荐)
    var parent = this._reactInternalInstance._currentElement._owner._instance;
    地址:https://stackoverflow.com/questions/34257665/is-there-any-way-to-access-the-parent-component-instance-in-react

react 子组件访问父组件的方法

标签:.com   inter   Owner   cti   flow   组件   uri   instance   reac   

原文地址:https://www.cnblogs.com/cag2050/p/9068533.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!