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?