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

react小记

时间:2020-03-26 19:58:20      阅读:69      评论:0      收藏:0      [点我收藏+]

标签:共享数据   this   mount   ref   his   nod   其他   共享   node   

组件间发通知可以使用

observer.pub,其他组件在
componentDidMount中
observer.sub。



在新的react中已经不再使用ref,取而代之的
onRef={
(node) => this.xxx = node
}
然后使用
this.xxx调用方法。

组件间共享数据可以使用redux

react小记

标签:共享数据   this   mount   ref   his   nod   其他   共享   node   

原文地址:https://www.cnblogs.com/sunala/p/12576505.html

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