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?

4

2 回答 2

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.

于 2021-06-27T07:06:03.643 回答
0

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

于 2021-06-28T10:46:24.003 回答