micro-frontends
Here are 71 public repositories matching this topic...
extending the microservice paradigms to web development
-
Updated
Aug 7, 2020 - JavaScript
Micro-frontend Architecture in Action-微前端的那些事儿
-
Updated
Jul 4, 2019
-
Updated
Sep 1, 2020 - TypeScript
I'm the maintainer of Helmet. I plan to release the next major version this Sunday, 2020-08-22.
Is there anything I can do to help get this project upgraded to helmet@4?
If you'd like to try out the release candidate now, you can install it with npm install helmet@next. If you'd rather discuss things outside of this issue, feel free to reach out to me anot
Build decoupled, componentized Redux apps with a single global store
-
Updated
Sep 6, 2020 - JavaScript
Micro front end practical project tutorial. 微前端项目实战vue项目。基于vue3.0&qiankun2.0进阶版:https://github.com/wl-ui/wl-mfe
-
Updated
Sep 5, 2020 - Vue
Isomorphic Layout Composer - complete solution for Micro Frontends composition into SPA with SSR support
-
Updated
Sep 4, 2020 - JavaScript
Lazy load Angular Elements (or any other web components / custom elements ) with ease!
-
Updated
Aug 25, 2020 - TypeScript
基于vue3+koa2+qiankun2的微前端后台管理系统项目实战
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Jun 4, 2020 - JavaScript
-
Updated
Aug 31, 2020
Create scalable web applications using micro frontends.
-
Updated
Aug 25, 2020 - TypeScript
基于qiankun的微前端实践,提供更为简单、完整的项目。react/vue demo已完成
-
Updated
Aug 1, 2020 - JavaScript
Share modules between webpack applications
-
Updated
Sep 5, 2020 - TypeScript
Toolkit for working in microservices/micro-frontends architecture.
-
Updated
Aug 29, 2020 - TypeScript
Admincraft is a vue admin application quick build tool
-
Updated
Aug 7, 2020 - JavaScript
Pluggable micro frontends in React+Redux apps
-
Updated
Sep 6, 2020 - TypeScript
One approach for a micro frontend in React.
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
Micro Frontends PoC in Angular - GATEWAY
-
Updated
Feb 15, 2019 - TypeScript
前端微服务 qiankun demo vue
-
Updated
Aug 1, 2020 - CSS
example repo for micro frontends with react and dependency inversion as integration pattern
-
Updated
Sep 2, 2020 - JavaScript
A Javascript framework implementation of "UI Focused State Oriented Architecture" grounded by MVP (Model View Presenter), with micro-frontends support.
-
Updated
Mar 10, 2020 - Shell
The skeleton of frameworks for micro frontends
-
Updated
Sep 22, 2019 - JavaScript
-
Updated
Sep 4, 2020 - TypeScript
Dynamically composes markup generated by microservices. Based on Java8, reactive patterns and Spotify Apollo. Made with
-
Updated
May 27, 2020 - Java
A micro-frontends mediator to build web apps by aggregating micro-frontends efficiently!
-
Updated
Aug 10, 2020 - JavaScript
Improve this page
Add a description, image, and links to the micro-frontends topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the micro-frontends 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也是缓存的