Thanks to visit codestin.com
Credit goes to medium.com

Sitemap
Better Programming

Advice for programmers.

Thoughts About Micro-Frontends in 2020

Why it could be good to break up your monolithic front-end codebase

3 min readJan 4, 2020

--

Press enter or click to view image in full size
Photo by Sohail Sarwar on Unsplash

In the last few years, I have seen the term “micro-frontends” become more common than before.

In the world of back-end developers, it’s already more common to split everything into microservices. Thanks to the techniques of Docker, it’s easier than ever to scale the back end into multiple services and instances of those services.

But in the world of front-end developers, it is not that common yet.

In this post, I want to share my thoughts on why I think it could be good to go from a monolithic front-end application to a micro-frontend approach.

Why?

For all those front-end developers who have been building websites or web apps for years in a monolithic architecture, the micro-frontend approach feels a bit off. (Well, that was my first opinion when I discovered it.)

Problems with monolithic front ends

--

--

RayRay
RayRay

Written by RayRay

I’m a 🇳🇱 Tech Lead / AI instructor. I love writing about Generative AI |Web Dev | https://www.youtube.com/@devbyray

No responses yet