标签:react his this eve 函数 redux ext 组件间通信 event
1、angular(1)(new EventEmitter()).emit(selfEvent);(2)把父组件的作用域放到父组件的函数里,通过属性传参把这个函数传到子组件里
2、vue(1)(new EventEmitter()).emit(selfEvent);(2)vuex
3、react(1)把父组件的this放到父组件的函数里,通过属性传参把这个函数传到子组件里;(2)react-redux
4、React组件的另外2种通信方式:(1)跨级组件间通信:context;非嵌套组件间通信:(new EventEmitter()).emit(selfEvent)
标签:react his this eve 函数 redux ext 组件间通信 event
原文地址:https://www.cnblogs.com/gushixianqiancheng/p/10962925.html