#
microfrontend
Here are 154 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
An Awesome list of posts, videos and tutorials on Micro Frontends
-
Updated
Jul 11, 2021
-
Updated
Jul 27, 2021 - TypeScript
-
Updated
Jul 28, 2021
embedded real-time dashboard for microservices, bots and apps
rust
iot
charts
streaming
ui
bots
dashboard
microservice
async
protocol
realtime
ui-components
yew
microfrontend
-
Updated
Aug 4, 2021 - Rust
Antdfront is a set of multi tab experimental react microfrontend template based on ant design, embracing react hook, pure function, realizing button level access, using the next generation of data flow recoil and micro front-end framework Qiankun
react
template
admin
webpack
tabs
antd
multi-tabs
recoil
microfrontend
webpack5
scoffold
qiankun
react17
linguijs
react-router6
-
Updated
Jul 16, 2021 - JavaScript
基于qiankun的微前端实践,提供更为简单、完整的项目
-
Updated
Aug 4, 2021 - JavaScript
Messaging lib using a pub/sub observable scoped by namespaces.
react
communication
topic
observable
pubsub
namespaces
hacktoberfest
windowed
microfrontends
microfrontend
-
Updated
Jul 26, 2021 - TypeScript
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 4, 2021 - TypeScript
-
Updated
Jun 28, 2021 - TypeScript
An Awesome list of posts, videos and tutorials on Micro Frontends
-
Updated
Mar 4, 2020
Micro frontends as Fun with Next.js & module federation
microfrontends
microfrontend
microfrontend-architecture
microfrontend-react-apps
microfrontend-react
-
Updated
May 10, 2021 - JavaScript
MO360 Frontend Toolkit: A toolkit for single page applications (SPA) based on React and Typescript that allows to extract single features into microfrontends.
-
Updated
Jul 23, 2021 - TypeScript
6
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
Micro-frontends using Vue.js and React.js
-
Updated
Jan 13, 2020 - 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
A practical approach to microfrontends architecture.
-
Updated
Aug 4, 2021 - JavaScript
Declarative client-side web fragment merger using web component APIs
-
Updated
Oct 1, 2020 - JavaScript
A demo for microfrontend webshop product page using Piral. 🚀
-
Updated
Jun 16, 2021 - TypeScript
Project that implements the MicroFrontends architecture using Blazor and React
-
Updated
Feb 29, 2020 - CSS
This is a simple microfrontend application built with Webpack 5 Module Federation. It contains a host application loading two components from remote applications
-
Updated
Aug 20, 2020 - JavaScript
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
angular
reactjs
web-components
typeorm
micro-frontends
angular-elements
micro-frontend
microfrontends-demo
microfrontend
-
Updated
Aug 3, 2021 - 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
Aug 4, 2021 - TypeScript
A javascript library to create micro front-end applications
-
Updated
Sep 10, 2020 - JavaScript
My little playground for experimenting with Webpack 5 Module Federation
-
Updated
Jun 17, 2021 - JavaScript
Microfrontend fun example project
-
Updated
Mar 28, 2021 - 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也是缓存的