DEV Community

Discussion on: Adding ESLint to an Angular Micro Frontend architecture

Collapse
 
alxizr profile image
alxizr

Hi Petar,

i'm a bit confused and wondering why would you migrate to single-spa if you were already using Angular? Why didn't you switch to Angular workspaces ? This is the entire reason its there. Provide you with the ability to construct your monolithic SPA into smaller chunks of Angular frontends and you could also use global routing

Collapse
 
pgarzina profile image
Petar Garžina

Hey, thanks for the question and sorry for the late reply. We wanted to have the option to plug in an application written in something other than Angular, like React of Vue, and thats where single-spa plays nicely since its main router is framework agnostic.