single-spa.js
A javascript router for front-end microservices
Last updated
Was this helpful?
A javascript router for front-end microservices
Last updated
Was this helpful?
single-spa framework allows us to build microfrontends in an agile way. It decouples the development of multiple front-end projects and makes them run together smoothly and bringing together multiple JavaScript microfrontends in a frontend application.
Architecting frontend using single-spa enables many benefits, such as:
Use multiple frameworks on the same page without page refreshing (React, AngularJS, Angular, Ember, or whatever you're using), apps all living in harmony
Deploy your microfrontends independently
Write code using a new framework, without rewriting your existing app
Lazy load code for improved initial load time, won't load them until they're needed