#
micro-frontends
Here are 104 public repositories matching this topic...
extending the microservice paradigms to web development
-
Updated
Sep 27, 2021 - JavaScript
Micro-frontend Architecture in Action-微前端的那些事儿
micro-services
microservices-architecture
micro-frontends
microfrontends
micro-frontend
microfrontend
-
Updated
Oct 7, 2021
-
Updated
Nov 17, 2021 - TypeScript
nodejs
javascript
fragments
framework
isomorphic
microservice-framework
backend-for-frontend
micro-frontends
front-end-microservice
-
Updated
Oct 22, 2021 - TypeScript
Micro front end practical project tutorial. 微前端项目实战vue项目。基于vue3.0&qiankun2.0进阶版:https://github.com/wl-ui/wl-mfe
-
Updated
Oct 6, 2021 - Vue
A progressive micro frontends framework for building Web applications
react
javascript
front-end
angular
microservices
vue
frontend
micro-frontends
microfrontends
mircofrontend
micro-frontends-solution
module-federation
-
Updated
Nov 2, 2021 - TypeScript
Enterprise-ready framework for Micro Frontends composition into SPA with SSR & i18n support
microservices
frontend
microframework
micro-frontends
microfrontends
fragment-services
page-composition
-
Updated
Nov 19, 2021 - JavaScript
Write components in any way, use them everywhere.😘
-
Updated
Oct 5, 2021 - TypeScript
-
Updated
Nov 9, 2021
基于vue3+koa2+qiankun2的微前端后台管理系统项目实战
-
Updated
Oct 6, 2021 - JavaScript
Build decoupled, componentized Redux apps with a single global store
react
redux
redux-observable
redux-saga
redux-thunk
redux-loop
redux-promise
micro-frontends
redux-subspace
-
Updated
Jan 27, 2021 - JavaScript
Voltran is a micro frontend framework which is developed by Hepsiburada Technology Team.
-
Updated
Nov 16, 2021 - JavaScript
Lazy load Angular Elements (or any other web components / custom elements ) with ease!
-
Updated
Oct 6, 2021 - TypeScript
-
Updated
Jun 4, 2020 - JavaScript
Pluggable micro frontends in React+Redux apps
-
Updated
Oct 21, 2021 - TypeScript
基于qiankun的微前端实践,提供更为简单、完整的项目
-
Updated
Sep 30, 2021 - JavaScript
Create scalable web applications using micro frontends.
-
Updated
Nov 9, 2021 - TypeScript
Let you use the micro-frontends architecture to build Vue applications
-
Updated
Oct 5, 2021 - JavaScript
Micro Frontends All-in-one Integrated Solution.
-
Updated
Nov 17, 2021 - JavaScript
react
vue
server-side-rendering
hacktoberfest
micro-frontends
micro-frontend
micro-frontend-framework
-
Updated
Sep 22, 2021 - TypeScript
Application Modernization Sample - From Java EE (2010) to Cloud-Native (2021)
java
opensource
microservices
javaee
websphere
cloudnative
microprofile
events-triggered
micro-frontends
openliberty
strangler
jakartaee
quarkus
-
Updated
May 19, 2021 - Java
-
Updated
May 14, 2021 - TypeScript
Toolkit for working in microservices/micro-frontends architecture.
es6
ui-composition
micro-services
rsocket
reactive-microservices
micro-frontends
microfrontends
microservices-library
-
Updated
Sep 21, 2021 - TypeScript
Share modules between webpack applications
react
ember
vuejs
angular
webpack
webpack-plugin
loader
webpack-loader
micro-frontends
feature-module
-
Updated
Oct 5, 2021 - TypeScript
前端微服务 qiankun demo vue
-
Updated
Oct 6, 2021 - CSS
The Mia-Platform micro frontend solution
-
Updated
Nov 19, 2021 - TypeScript
One approach for a micro frontend in React.
-
Updated
Jun 12, 2020 - JavaScript
Admincraft is a vue admin application quick build tool
-
Updated
Oct 5, 2021 - 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也是缓存的