The center pedestal solution is one of the technological solutions used in mainstream micro front ends today.
qiankun:
Secondary development based on single-spa provides more out-of-the-box APIs, style isolation, JS sandboxing and resource preloading. The advantages of this solution are technology stack-independent, easy to integrate and manage micro-applications, but may need to pay attention to the refinement of sandbox isolation and performance optimization.
Single-spa:
Features : Single-spa is the earliest micro-front-end framework that allows multiple front-end framework applications (e.g. Vue, React, Angular) to work on the same page at the same time. Each sub-application can use a different framework , technology stack flexibility .
Advantage: provides a dependency sharing mechanism to avoid loading the same dependency packages for multiple applications, and the ecology is perfect, supported by rich community plug-ins and tools.
Weaknesses: steeper learning curve, more complex configuration that requires specialized learning, and performance may suffer when loading multiple sub-applications at the same time.
Garfish:
Features: byte jump launched a micro front-end framework , focusing on lightweight and high-performance solutions . It can be used without complex configuration , suitable for rapid development , and supports a variety of front-end frameworks .
Strengths: Superior performance for speed-critical projects. Also provides technology stack-agnostic support and high flexibility.
Weaknesses: Compared to other mature micro front-end solutions, Garfish has relatively little community support and documentation, and may require additional development work in some complex scenarios.