Qiankun
https://qiankun.umijs.org/
Qiankun is an implementation of Micro Frontends, which based on single-spa. It aims to make it easier and painless to build a production-ready microfront-end architecture system.
Features
π¦ Based On single-spa , provide a more out-of-box APIs.
π± Technology AgnosticοΌany javascript framework can use/integrate, whether React/Vue/Angular/JQuery or the others.
πͺ HTML Entry access mode, allows you to access the son as simple application like use the iframe.
π‘ Style Isolation, make sure styles don't interfere with each other.
π§³ JS Sandbox, ensure that global variables/events do not conflict between sub-applications.
β‘ Prefetch Assets, prefetch unopened sub-application assets during the browser idle time to speed up the sub-application opening speed.
π Umi Plugin, @umijs/plugin-qiankun is provided for umi applications to switch to a micro frontends architecture system with one line code.
Last updated
Was this helpful?