1 Repo
Architectural patterns and processes that allow independent teams to develop and deploy frontend modules separately.
Distinct from Frontend Development: Existing candidates focus on general frontend development or tutorials, not the organizational architecture of distributed team delivery.
Explore 1 awesome GitHub repository matching software engineering & architecture · Distributed Frontend Development. Refine with filters or upvote what's useful.
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 u
Supports distributed development workflows where separate teams deploy modules independently while maintaining a unified experience.