microfrontend
Here are 201 public repositories matching this topic...
-
Updated
Oct 7, 2021
-
Updated
Feb 4, 2022 - TypeScript
-
Updated
Oct 18, 2021
-
Updated
Jan 31, 2022 - TypeScript
-
Updated
Nov 9, 2021
-
Updated
Oct 11, 2021 - Rust
-
Updated
Feb 5, 2022 - JavaScript
-
Updated
Sep 18, 2021 - TypeScript
-
Updated
Jan 14, 2022 - JavaScript
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 15, 2022 - TypeScript
-
Updated
Mar 4, 2020
-
Updated
Aug 27, 2021 - JavaScript
-
Updated
Dec 15, 2021 - TypeScript
There is a lot of pending documentation here to describe the wonderful features of QCObjects. So a blowing idea came to mi mind. Why not write all the related articles in a selected network like Dev.To and take these contribution articles automatically downloaded and processed to a centralised documentation website?
Dev.To has a simple and incredible REST API to do so, and using the link bell
-
Updated
Feb 4, 2022 - TypeScript
-
Updated
Jan 13, 2020 - JavaScript
-
Updated
Jan 13, 2022 - JavaScript
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Jan 22, 2022 - TypeScript
-
Updated
Feb 3, 2022 - JavaScript
-
Updated
Nov 19, 2021 - TypeScript
-
Updated
Feb 29, 2020 - CSS
-
Updated
Dec 19, 2021 - TypeScript
-
Updated
Mar 28, 2019 - TypeScript
-
Updated
Feb 5, 2022 - TypeScript
-
Updated
Feb 4, 2022 - TypeScript
-
Updated
Jan 22, 2022 - TypeScript
Improve this page
Add a description, image, and links to the microfrontend topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microfrontend 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也是缓存的