#
micro-frontend
Here are 106 public repositories matching this topic...
Micro-frontend Architecture in Action-微前端的那些事儿
micro-services
microservices-architecture
micro-frontends
microfrontends
micro-frontend
microfrontend
-
Updated
Jul 4, 2019
Framework for next generation web apps using microfrontends. 🚀
react
app
awesome
microservices
typescript
spa
web
modules
portal
webapp
hacktoberfest
webapplication
microfrontends
micro-frontend
microfrontends-demo
blazing
microfrontend
piral
-
Updated
Aug 3, 2021 - TypeScript
Mooa 是一个为 Angular 服务的微前端框架。A independent-deployment micro-frontend Framework for Angular from single-spa.
-
Updated
May 28, 2020 - TypeScript
A pluggable micro-frontend structure based on Vue and Webpack4. 基于 Vue 和 Webpack4 的可热插拔式微前端架构
-
Updated
Jun 16, 2021 - Vue
-
Updated
Jul 28, 2021
-
Updated
Sep 6, 2020 - JavaScript
Building Micro Frontends with React, Vue, and Single-spa
-
Updated
Jun 16, 2021 - JavaScript
micro-frontends-vue preload routes demo
-
Updated
May 11, 2021 - Vue
基于qiankun的微前端实践,提供更为简单、完整的项目
-
Updated
Aug 4, 2021 - JavaScript
react
vue
server-side-rendering
hacktoberfest
micro-frontends
micro-frontend
micro-frontend-framework
-
Updated
Jun 15, 2021 - TypeScript
-
Updated
Jul 29, 2021 - TypeScript
micro-frontends architecture with reactjs, nodejs, express
-
Updated
Feb 13, 2019 - JavaScript
One approach for a micro frontend in React.
-
Updated
Jun 12, 2020 - JavaScript
micro-frontends-vue async load routes demo
-
Updated
May 11, 2021 - Vue
Modern and high performant headless eCommerce Storefront. PWA & JAMstack architecture ready for E-Com Plus APIs. Built with Vue.js, extensible through widgets and editable with Netlify CMS.
vue
webpack-boilerplate
storefront
bootstrap4
monorepo
e-commerce
ui-components
pwa-ecommerce
ejs-templates
netlify-cms
micro-frontend
ecomplus
jamstack-storefront
headless-ecommerce
-
Updated
Aug 4, 2021 - JavaScript
-
Updated
Apr 29, 2021
-
Updated
Jul 17, 2020 - JavaScript
A Full Stack Journey with Micro Services and Micro Front Ends. Using dapr, kubernetes, react module federation and web assembly,
react
graphql-client
graphql
kubernetes
devops
microservice
simulation
integration-testing
gateway
stitching
graphql-server
fullstack
micro-service
sdd
graphql-gateway
micro-frontend
feature-team
dapr
module-federation
simulation-driven-development
-
Updated
Mar 30, 2021 - JavaScript
SCION Microfrontend Platform is a TypeScript-based open-source library that helps to implement a microfrontend architecture using iframes.
messaging
routing
iframe
cross-origin
webcomponent
micro-frontend
microfrontend
microfrontend-architecture
-
Updated
Jul 23, 2021 - TypeScript
-
Updated
Apr 29, 2021
postmessage-promise is a client-server like, WebSocket like, full Promise syntax (postMessage.then etc.) supported postMessage library. 一个类 client-server 模式、类 WebSocket 模式、全 Promise 语法支持的 postMessage 库
websocket
promise
client-server
postmessage
postmessage-library
micro-frontend
postmate
postmessage-promise
postmessage-then
micro-frontend-iframe
postmessagethen
-
Updated
Jun 21, 2021 - JavaScript
这是一个主要用于说明 [maptalks](https://maptalks.org) 的 `InfoWindow` 如何与 `Vue` 、`React` 等前端框架融合的示例仓库。
-
Updated
Oct 14, 2019 - JavaScript
angular
reactjs
web-components
typeorm
micro-frontends
angular-elements
micro-frontend
microfrontends-demo
microfrontend
-
Updated
Aug 3, 2021 - TypeScript
Atomic is moving forward https://github.com/rollcakejs
javascript
virtual-dom
vuejs
angular
reactjs
atoms
molecules
postmessage
dom-events
micro-frontends
single-spa
micro-frontend
transition-page
atomic-template
-
Updated
Jul 26, 2020 - JavaScript
基于 qiankun 和 umi3.x 的实验性微前端脚手架。 An Experimental Micro-frontend Scaffold based on qiankun & umi3.x.
-
Updated
Jun 24, 2021 - TypeScript
Improve this page
Add a description, image, and links to the micro-frontend topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the micro-frontend topic, visit your repo's landing page and select "manage topics."
Background
目前使用qiankun2.x的版本,业务提出需求在发布新的版本时候,期望可以不刷新页面(主应用暂时不考虑)进行该系统的热重载。类似于pc端的热更新,期望qiankun可以导出unload方法,完全销毁app的生命周期,业务系统再次将其重载。
Proposal
import-html-entry
中缓存了embedHTMLCache
qiankun
在importEntry
时,如果已经获取过html资源,每次获取的都是内存中的html,以至于script & style也是缓存的