microfrontends
Here are 257 public repositories matching this topic...
The router for easy microfrontends
-
Updated
Aug 10, 2021 - JavaScript
Micro-frontend Architecture in Action-微前端的那些事儿
-
Updated
Jul 4, 2019
-
Updated
Aug 10, 2021 - TypeScript
I was thinking that we could extract the eslint config file into his own module so that we can easily reuse this across any OC related repo in the form of eslint extends.
This because we now have the @opencomponents organization and quite few repos, and i
Framework for next generation web apps using microfrontends.
-
Updated
Aug 8, 2021 - TypeScript
Mooa 是一个为 Angular 服务的微前端框架。A independent-deployment micro-frontend Framework for Angular from single-spa.
-
Updated
May 28, 2020 - TypeScript
An Awesome list of posts, videos and tutorials on Micro Frontends
-
Updated
Jul 11, 2021
add a selector to set "left" to 0 for spinnerContainer in modal,
e.g.
#app .lui-modal-mf .spinnerContainer {
left: 0;
}
-
Updated
Aug 10, 2021 - TypeScript
A progressive micro frontends framework for building Web applications
-
Updated
Aug 5, 2021 - TypeScript
Enterprise-ready framework for Micro Frontends composition into SPA with SSR & i18n support
-
Updated
Aug 10, 2021 - JavaScript
Polyglot Front-End Solution for running multiple frameworks as one
-
Updated
Jun 8, 2021 - TypeScript
《前端架构:从入门到微前端》源码,code for Architecture of Frontend
-
Updated
Jul 17, 2020 - JavaScript
Voltran is a micro frontend framework which is developed by Hepsiburada Technology Team.
-
Updated
Aug 3, 2021 - JavaScript
Lazy load Angular Elements (or any other web components / custom elements ) with ease!
-
Updated
Aug 4, 2021 - TypeScript
-
Updated
Jul 28, 2021
The Tractor Store - sample code from the book Micro Frontends in Action
-
Updated
Apr 27, 2021 - JavaScript
🐞 Bug Report
Describe the bug
In this example code, the log parameter is defaulted to an empty object, but then line 28 references clonedLog.request.metaData which is not defined.
To Reproduce
If you write a test
Zero-cost state-machine library for robust, testable and portable user interfaces (most machines compile ~1-2KB)
-
Updated
Mar 14, 2021 - JavaScript
Ergonode frontend repository
-
Updated
Aug 10, 2021 - Vue
-
Updated
Jun 16, 2021 - HTML
Now when you create a new component using dcm init it'll generate a package.json file with your dependencies set to some static version we hard-coded. In the process of creating the component dcm can check on npm and see what is the latest version that makes sense and initialize the component with that (i.e. there should be some strategy other than taking the latest but not something too com
Feature Based Project Organization for React
-
Updated
Aug 10, 2021 - JavaScript
This is a library for using Redux to manage state for self-contained apps in a Micro-Frontend architecture. Each self-contained isolated app can have its own isolated and decoupled Redux store. The componentized stores interact with a global store for enabling cross-application communication.
-
Updated
Aug 10, 2021 - TypeScript
Production ready library for handling Microfrontends
-
Updated
Apr 3, 2018 - JavaScript
-
Updated
May 23, 2021 - TypeScript
Messaging lib using a pub/sub observable scoped by namespaces.
-
Updated
Aug 9, 2021 - TypeScript
A boilerplate for developing web apps with Node.js, Express.js & TypeScript. Demonstrates helpful recipes in 8 steps in individual branches.
-
Updated
Jul 16, 2021 - TypeScript
This is a monorepo ReactJS based in micro frontends
-
Updated
Oct 8, 2020 - TypeScript
Improve this page
Add a description, image, and links to the microfrontends topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microfrontends 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也是缓存的