this post was submitted on 13 Sep 2023
3 points (100.0% liked)

Angular

266 readers
2 users here now

A community for discussion about angular

Wormhole

[email protected]

Logo base by Angular under CC BY 4.0 with modifications to add a gradient and drop shadow

founded 1 year ago
MODERATORS
 

Does anyone have experience with breaking apart a large Angular frontend into micro frontends? Any advice you can offer or resources you can point me to would be greatly appreciated. Ideally I'd like to be able to mix Angular versions and different technologies (e.g. React) in the future as well, assuming that's possible.

you are viewing a single comment's thread
view the rest of the comments
[–] TheGiantKorean 1 points 1 year ago

Thank you for the suggestions and bringing up considerations! We've been looking at build-time integration thus far, but some of the other options mentioned sound really interesting.

If I had to get more specific, we've got 3 components with many more on the way, and I'd like to choose a micro frontend option that doesn't lock us into a particular technology in case we decide to start using something like React or Vue as well.