Micro Frontend

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Mar 1 11:8
Editor
Edited
Edited
2026 Feb 7 18:58

Extending the Microservice Paradigms to Web Development

컴포넌트의 마이크로서비스화
사일로 마이크로서비스
모노레포로 쓰는 경우로 불필요한 반복은 줄일수도
여러 개의 개별 빌드가 단일 애플리케이션을 형성해야 합니다. 이러한 개별 빌드는 서로 의존성이 없어서, 개별적으로 개발하고 배포
 
 
Micro Frontends
Techniques, strategies and recipes for building a modern web app with multiple teams that can ship features independently. The term Micro Frontends first came up in ThoughtWorks Technology Radar at the end of 2016. It extends the concepts of micro services to the frontend world.
Micro Frontends
sojin.io

github

GitHub - neuland/micro-frontends: extending the microservice paradigms to web development
The actual site can be found at micro-frontends.org. Michael Geers @naltatis The site is hosted via Github Pages (see index.md). So feel free to contribute by submitting issues or pull requests.
GitHub - neuland/micro-frontends: extending the microservice paradigms to web development
The Future of Micro-Frontends
Between the end of 2021 and the early weeks of 2022, I spent some time looking at where the micro-frontends journey has arrived so far.I analysed the different challenges where teams are struggling with, the anti-patterns that cause coupling in the long term, and what are the recurrent patterns used for solving them.
The Future of Micro-Frontends
3 Ways to Build Micro-Frontends
Micro Frontends have been the hottest topic around the frontend community in the past couple of years. It isn't a surprise. Yet Micro Frontends are not a new "framework" or even a "thing". It is the manifestation of the software distribution idea in the frontend world.
3 Ways to Build Micro-Frontends

Micro Frontend Framework

Lattice Frontend

How We Build Micro Frontends With Lattice
Let's take the above example - it renders and controls its own header and content areas to expose specific functionality to users. Upon release, we receive feedback that it would be nice if we could include information presented from other tools within this application.
How We Build Micro Frontends With Lattice
 
 
 

Recommendations