#
microfrontend
Here are 116 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
Dec 25, 2020 - TypeScript
An Awesome list of posts, videos and tutorials on Micro Frontends
-
Updated
Dec 14, 2020
-
Updated
Dec 31, 2020 - TypeScript
-
Updated
Dec 19, 2020
基于qiankun的微前端实践,提供更为简单、完整的项目。react/vue demo已完成
-
Updated
Dec 12, 2020 - JavaScript
Messaging lib using a pub/sub observable scoped by namespaces.
react
communication
topic
observable
pubsub
namespaces
hacktoberfest
windowed
microfrontends
microfrontend
-
Updated
Dec 28, 2020 - TypeScript
An Awesome list of posts, videos and tutorials on Micro Frontends
-
Updated
Mar 4, 2020
-
Updated
Dec 13, 2020 - TypeScript
Micro-frontends using Vue.js and React.js
-
Updated
Jan 13, 2020 - JavaScript
2
jeanmachuca
commented
Aug 8, 2019
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
A practical approach to microfrontends architecture.
-
Updated
Dec 11, 2020 - JavaScript
Declarative client-side web fragment merger using web component APIs
-
Updated
Oct 1, 2020 - 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
Dec 13, 2020 - TypeScript
A demo for microfrontend webshop product page using Piral. 🚀
-
Updated
Nov 19, 2020 - TypeScript
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
Dec 18, 2020 - TypeScript
One parent app with two sibling apps, which use ngRx and can work as lazy-loaded pages in ParentApp OR be deployed as stand-alone app
-
Updated
Mar 28, 2019 - TypeScript
react
cli
typescript
yarn
exactly
frontend
create-react-app
example
react-boilerplate
rollup
workspace
typescript-library
cli-app
react-app
react-applications
react-starter
command-line-interface
workspaces
rollupjs
microfrontend
-
Updated
Dec 30, 2020 - TypeScript
Project that implements the MicroFrontends architecture using Blazor and React
-
Updated
Feb 29, 2020 - CSS
angular
reactjs
web-components
typeorm
micro-frontends
angular-elements
micro-frontend
microfrontends-demo
microfrontend
-
Updated
Dec 11, 2020 - TypeScript
A javascript library to create micro front-end applications
-
Updated
Sep 10, 2020 - JavaScript
Monorepo for @microfront - a solution for a microfrontend architecture
-
Updated
Dec 11, 2020 - TypeScript
A library for Micro frontend
-
Updated
Oct 10, 2020 - TypeScript
My little playground for experimenting with Webpack 5 Module Federation
-
Updated
Dec 12, 2020 - JavaScript
The easiest way to use Micro Frontends approach
-
Updated
Mar 18, 2020 - TypeScript
Convert React component to web component without breaking a sweat.
-
Updated
Dec 26, 2020 - JavaScript
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
中缓存了embedHTMLCache
qiankun
在importEntry
时,如果已经获取过html资源,每次获取的都是内存中的html,以至于script & style也是缓存的