neuland / micro-frontends

extending the microservice paradigms to web development
https://micro-frontends.org/
MIT License
4.54k stars 475 forks source link

Why did you start to call component architecture as "microfrontends"? #57

Open f1am3d opened 2 years ago

f1am3d commented 2 years ago

The topic.

stevula commented 2 years ago

I agree. The page seems to be more about Web Components than micro-frontends as a general concept. It does a decent job of discussing the organizational benefits of microfrontends, but I find the article from ThoughWorks gives a more thorough summary of some other approaches besides web components.

nedredmond commented 2 years ago

It's a decent primer.

sirugh commented 1 year ago

Resurrecting an old post. Oh well.

I feel that the term "micro frontends", as used in both this site and the Martin Fowler post, are just describing two different approaches to front end development as it correlates to the organizational structures and responsibilities of the engineering teams working on the application. They literally start this post detailing a "vertical" organization.

Call it what you will, but I think it's perfectly acceptable to try and define or generalize something like scalable front-end architecture, even if it doesn't align 1:1 with some other opinion about the subject.

wwmike commented 8 months ago

For me as a backend focused fullstack developer it was an amazing reading. So, thank you very much!

( I'm always a bit sad when I read issues like this, where people are just trying to look smart; while not even bothering to say thank you for receiving someone's hard work for free. )

brent8642 commented 6 months ago

For what it's worth, Building Microservices refers to this pattern as "widgets" - which are front end web applications that can exchange information.