microfrontend
Here are 223 public repositories matching this topic...
-
Updated
Oct 7, 2021
-
Updated
Apr 18, 2022 - TypeScript
-
Updated
Apr 4, 2022
-
Updated
Apr 16, 2022 - TypeScript
-
Updated
Mar 31, 2022
-
Updated
Oct 11, 2021 - Rust
-
Updated
Apr 14, 2022 - JavaScript
-
Updated
Feb 22, 2022 - TypeScript
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Apr 11, 2022 - TypeScript
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
Apr 9, 2022 - TypeScript
-
Updated
Mar 4, 2020
-
Updated
Aug 27, 2021 - JavaScript
-
Updated
Apr 20, 2022 - TypeScript
-
Updated
Apr 16, 2022 - 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
Apr 1, 2022 - TypeScript
add ability to provide flag "--w" for watching the file.
-
Updated
Jan 13, 2020 - JavaScript
-
Updated
Apr 2, 2022 - JavaScript
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Aug 20, 2020 - JavaScript
-
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
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也是缓存的