-
Updated
Aug 27, 2020 - JavaScript
microfrontends
Here are 157 public repositories matching this topic...
-
Updated
Jul 4, 2019
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
Aug 24, 2020 - TypeScript
-
Updated
May 28, 2020 - TypeScript
-
Updated
Aug 26, 2020 - TypeScript
-
Updated
Aug 10, 2020
-
Updated
Aug 19, 2020 - TypeScript
Followup of #1273
With a click on a keyword, docu search should get triggered with that keyword.
Clickable state adds a shadow to the label.
The test coverage of PlanetApplicationLoader is 70.55%
https://coveralls.io/builds/29067505/source?filename=packages/planet/src/application/planet-application-loader.ts#L35
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Aug 27, 2020 - JavaScript
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
-
Updated
Aug 24, 2020 - HTML
-
Updated
Aug 19, 2020
-
Updated
Apr 3, 2018 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Aug 26, 2020 - TypeScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jan 3, 2020 - JavaScript
-
Updated
Jul 30, 2020 - TypeScript
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Mar 4, 2020
-
Updated
Aug 13, 2020 - TypeScript
-
Updated
Aug 25, 2017 - JavaScript
-
Updated
Apr 29, 2018 - JavaScript
-
Updated
Mar 26, 2018 - 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中缓存了embedHTMLCacheqiankun在importEntry时,如果已经获取过html资源,每次获取的都是内存中的html,以至于script & style也是缓存的