rajasegar / awesome-micro-frontends

An Awesome list of posts, videos and tutorials on Micro Frontends
Creative Commons Zero v1.0 Universal
1.16k stars 127 forks source link

Update a post on micro frontend #24

Closed thecoder8890 closed 4 years ago

thecoder8890 commented 4 years ago

I am making a series of tutorial on micro frontend this is one article of them.

marconi1992 commented 4 years ago

Great Article.

Some feedback.

I like the part "Because you can use different frameworks and technologies it does not mean that you have to.", nevertheless, it still needs an explanation about when we have to. I recommend mentioning in the "When to Use Micro-Frontends" the following sentence related to tech agnostic:

It's because we've seen a lot of companies who implemented this architecture before we labeled it as MFEs when at some point in the migration they had two or more frameworks coexisting in the same application.

marconi1992 commented 4 years ago

Also, you mentioned about the Build Time Integration but not about the Run Time Integration. You could mention it as well.

Regarding Sharing global state and communication between apps. IMO the need for sharing a global state or using complex communication mechanisms like RxJS is a sign that the Microfrontends boundaries are not well defined. It's pretty much the same that sharing a database between Microservices.

marconi1992 commented 4 years ago

Idenpently of my comments this a really valuable article. Looking forward to reading the upcoming ones :smile:

thecoder8890 commented 4 years ago

Thanks :)