Replies: 2 comments
-
隔离场景可以描述下 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ckken 你好,关于EMP模式下的应用之间JS隔离我有些疑惑,想请教一下:
// event listener in host app: // event listener in remote app:
这两种情况下,事件的执行和全局变量的访问结果会是怎样的? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我已经按照教程建立了emp的demo,并且成功运行起来了,应用间引用和交互都正常。
现在有一个疑问,感觉emp更倾向于共享库的概念,以组件的方式使用共享的应用。那么,作为微前端考虑,应用彼此间的样式和全局事件的隔离是怎么处理的呢?在github和google上并没有找到相关的介绍和说明。
Beta Was this translation helpful? Give feedback.
All reactions