-
Updated
Mar 25, 2022 - TypeScript
microfrontends
Here are 335 public repositories matching this topic...
-
Updated
Mar 22, 2022 - JavaScript
-
Updated
Oct 7, 2021
-
Updated
Mar 25, 2022 - TypeScript
I was thinking that we could extract the eslint config file into his own module so that we can easily reuse this across any OC related repo in the form of eslint extends.
This because we now have the @opencomponents organization and quite few repos, and i
-
Updated
Mar 25, 2022 - TypeScript
-
Updated
May 28, 2020 - TypeScript
-
Updated
Mar 25, 2022
unlike in sandbox attribute, Feature Policies in allow attribute are separated by semicolon.
Currently luigi just concatenates the values in allowRules
though, adding whitespace.
Expected behaviour:
A config like
allowRules: ['a','b','c']
should result in the following allow attribute:
<iframe ... allow="a; b; c;">
Note: For compatibility reasons (user could have already worka
-
Updated
Feb 27, 2022 - TypeScript
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Mar 16, 2022 - TypeScript
-
Updated
Mar 15, 2022
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Mar 2, 2022 - TypeScript
-
Updated
Mar 23, 2022 - JavaScript
-
Updated
Mar 21, 2022 - TypeScript
-
Updated
Feb 26, 2022 - TypeScript
-
Updated
Apr 27, 2021 - JavaScript
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Oct 29, 2021 - JavaScript
-
Updated
Feb 22, 2022 - TypeScript
-
Updated
Feb 22, 2022
-
Updated
Mar 24, 2022 - Vue
-
Updated
Mar 7, 2022 - HTML
Now when you create a new component using dcm init
it'll generate a package.json
file with your dependencies set to some static version we hard-coded. In the process of creating the component dcm
can check on npm and see what is the latest version that makes sense and initialize the component with that (i.e. there should be some strategy other than taking the latest but not something too com
Describe the feature you'd like:
It would be nice to update both packages documentation and examples to reflects the newest changes made in this PR #164
Suggested implementation:
Update README.md files along with examples, following the existent ones.
-
Updated
Jan 18, 2022 - JavaScript
-
Updated
Feb 17, 2022 - TypeScript
Improve this page
Add a description, image, and links to the microfrontends topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microfrontends topic, visit your repo's landing page and select "manage topics."
Background
目前使用qiankun2.x的版本,业务提出需求在发布新的版本时候,期望可以不刷新页面(主应用暂时不考虑)进行该系统的热重载。类似于pc端的热更新,期望qiankun可以导出unload方法,完全销毁app的生命周期,业务系统再次将其重载。
Proposal
import-html-entry
中缓存了embedHTMLCache
qiankun
在importEntry
时,如果已经获取过html资源,每次获取的都是内存中的html,以至于script & style也是缓存的