0

Im interested in talking to anybody who has migrated or started to migrate a monolith using the Micro Front End Architecture.

The monolith Im looking to migrate is a single page application based upon a in house built framework.

Which approach did you take? Iframes, WebComponents etc?

Which tools/libraries did you use to help this process?

iasksillyquestions
  • 5,558
  • 12
  • 53
  • 75

2 Answers2

1

We just started implementing micro front-end to existing application. we started with single spa. it is a framework for micro front-end. the advantage is each module can write in different languages (vue, react, angular, etc...).

there is an another way like creating webcomponents and include without any framework vue-cli.

vishnu raj
  • 106
  • 3
0

Much like Vishnu, we took the single-spa route. We've combined 2 independent applications so far.

iasksillyquestions
  • 5,558
  • 12
  • 53
  • 75