Qiankun
https://qiankun.umijs.org/
Last updated
Was this helpful?
https://qiankun.umijs.org/
Last updated
Was this helpful?
Qiankun is an implementation of , which based on . It aims to make it easier and painless to build a production-ready microfront-end architecture system.
π¦ Based On , 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, is provided for umi applications to switch to a micro frontends architecture system with one line code.