awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
single-spa avatar

single-spa/single-spa

0
View on GitHub↗
13,871 stars·927 forks·JavaScript·3 vuessingle-spa.js.org↗

Single Spa

single-spa is a microfrontend orchestration framework designed to compose multiple independent frontend applications into a single interface. It functions as a frontend routing engine and lazy-loading application loader that mounts and unmounts microfrontends based on the current URL without requiring a browser refresh.

The framework enables multi-framework frontend integration, allowing different JavaScript frameworks to coexist on one page. This architecture supports distributed frontend development, where separate teams develop and deploy modules independently while maintaining a unified user experience.

The system manages the lifecycle of these applications through a centralized registry and dynamic module loading. It optimizes frontend performance by deferring the download of application code until a specific route is accessed.

Features

  • Micro-Frontend Orchestrators - Functions as a micro-frontend orchestrator that composes multiple autonomous web applications into a single unified interface.
  • Framework Coexistence - Enables the coexistence of multiple different JavaScript frameworks on a single page through an agnostic wrapper.
  • URL Route Mapping - Maps browser URL changes to specific microfrontend configurations to trigger application loading and activation.
  • Dynamic Loading Strategies - Implements dynamic loading strategies to fetch JavaScript bundles on demand, reducing the initial page payload.
  • Lazy Loading - Defers the download of application code until the specific route is accessed to optimize page load times.
  • Microfrontend Routers - Acts as a frontend routing engine that mounts and unmounts microfrontends based on the current URL.
  • Micro-Frontend Frameworks - Integrates multiple different JavaScript frameworks to coexist on a single page without browser refreshes.
  • Application Registries - Provides a centralized registry to manage the activation and inactivation logic of registered microfrontend applications.
  • Microfrontend Lifecycles - Manages the mounting and unmounting of micro frontends via standardized lifecycle functions.
  • Distributed Frontend Development - Supports distributed development workflows where separate teams deploy modules independently while maintaining a unified experience.
  • Frontend Performance Optimization - Optimizes frontend performance by delaying application code downloads until they are needed.

Historique des stars

Graphique de l'historique des stars pour single-spa/single-spaGraphique de l'historique des stars pour single-spa/single-spa

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Single Spa

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Single Spa.
  • umijs/umiAvatar de umijs

    umijs/umi

    16,039Voir sur GitHub↗

    Umi is a comprehensive React application framework and enterprise frontend toolchain. It provides a plugin-based build system and a configuration-driven routing engine to integrate routing, build tooling, and deployment within a single dependency. The project serves as a micro-frontend orchestrator, coordinating multiple independent frontend applications into a single interface with shared data flow. Its extensible architecture allows for the customization of every stage of the application development lifecycle through a system of plugins. The framework covers a broad range of enterprise cap

    TypeScriptreactreact-frameworkumi
    Voir sur GitHub↗16,039
  • tencent/wujieAvatar de Tencent

    Tencent/wujie

    4,962Voir sur GitHub↗

    Wujie is a micro-frontend framework and orchestrator designed to embed multiple independent web applications into a single host shell. It provides a system for managing the lifecycle, mounting, and state preservation of sub-applications while maintaining strict JavaScript and CSS isolation. The framework utilizes a web component sandbox combining iframes and custom elements to prevent global variable pollution and style leakage. It features a decentralized event bus for data exchange and state synchronization between isolated micro-applications, along with a mechanism to mirror internal sub-a

    TypeScript
    Voir sur GitHub↗4,962
  • umijs/qiankunAvatar de umijs

    umijs/qiankun

    16,565Voir sur GitHub↗

    Qiankun is a micro-frontend orchestration framework designed to compose multiple independent web applications into a single, unified interface. It functions as a JavaScript library that manages the lifecycle of autonomous applications, allowing them to coexist within a shared browser environment while maintaining their independence. The framework enables cross-framework integration, allowing developers to combine applications built with different technologies into one cohesive system. It provides a runtime sandbox that isolates global variables and prevents style conflicts between application

    TypeScriptframeworkjavascriptmicro-frontend
    Voir sur GitHub↗16,565
  • pylons/pyramidAvatar de Pylons

    Pylons/pyramid

    4,086Voir sur GitHub↗

    Pyramid is a Python web framework and WSGI toolkit designed for building web applications. It functions as a URL routing engine that maps incoming HTTP requests to specific view callables using both pattern-based routing and hierarchical resource tree traversal. The framework is distinguished by its hybrid dispatch system, allowing developers to combine regular expression URL matching with the ability to resolve requests by navigating a tree of nested objects. It implements a flexible component architecture that supports application registry management, deferred configuration execution, and t

    Pythonpylonspyramidpython
    Voir sur GitHub↗4,086
Voir les 30 alternatives à Single Spa→

Questions fréquentes

Que fait single-spa/single-spa ?

single-spa is a microfrontend orchestration framework designed to compose multiple independent frontend applications into a single interface. It functions as a frontend routing engine and lazy-loading application loader that mounts and unmounts microfrontends based on the current URL without requiring a browser refresh.

Quelles sont les fonctionnalités principales de single-spa/single-spa ?

Les fonctionnalités principales de single-spa/single-spa sont : Micro-Frontend Orchestrators, Framework Coexistence, URL Route Mapping, Dynamic Loading Strategies, Lazy Loading, Microfrontend Routers, Micro-Frontend Frameworks, Application Registries.

Quelles sont les alternatives open-source à single-spa/single-spa ?

Les alternatives open-source à single-spa/single-spa incluent : umijs/umi — Umi is a comprehensive React application framework and enterprise frontend toolchain. It provides a plugin-based build… tencent/wujie — Wujie is a micro-frontend framework and orchestrator designed to embed multiple independent web applications into a… umijs/qiankun — Qiankun is a micro-frontend orchestration framework designed to compose multiple independent web applications into a… patrickjs/angular-webpack-starter — This project is a pre-configured development boilerplate for building applications using the Angular framework and the… pylons/pyramid — Pyramid is a Python web framework and WSGI toolkit designed for building web applications. It functions as a URL… bailicangdu/react-pxq — react-pxq is a React Redux boilerplate and state-driven UI framework designed for building single-page applications.…