Overview of qiankun features
nextqiankun is a production-ready micro-frontend implementation based on single-spa. Key features include:
- Technology Agnostic: Supports different JavaScript frameworks across sub-applications.
- HTML Entry Access Mode: Uses
import-html-entryto support loading sub-apps via HTML entry. - Isolation: Provides Style Isolation and JS Sandbox to ensure sub-applications are independent at runtime.
- Performance: Supports Prefetch Assets to optimize loading.
- Integration: Offers Umi Plugin integration for Umi users.