A simple Micro Frontends explainer

Rich Kurtzman
Bootcamp
Published in
4 min readMar 14, 2022

--

The world of tech is all about advancing, improving, and evolving. Sometimes quickly, and sometimes it takes a while for changes to catch on.

When it comes to micro frontends, it’s been a longer process to acceptance, but we’ve fully embraced all the positive possibilities they bring.

Micro frontends as a concept started showing up on the radar of developers and others in the space back in 2016. And then it gained even more prominence with Martin Fowler’s piece on the frontend architecture in 2019.

“In this article we’ll describe a recent trend of breaking up frontend monoliths into many smaller, more manageable pieces, and how this architecture can increase the effectiveness and efficiency of teams working on frontend code.”

At its core, micro frontends simply means taking that monolith on the front end — the rigid, immovable, indivisible — and breaking it down into smaller pieces.

Imagine working on this ancient monolith. It must have taken many artists, working together simultaneously, to get it all complete and cohesive. Now, imagine that complex, beautiful work of art is a web page, and the multiple artists are multiple engineers and developers. Or, they could be marketers, content creators etc. taking on smaller tasks. We’re continuously aiming to lower the bar in terms of what is needed to build a site on Fathym.

Micro frontends are what the name suggests. They’re multiple, miniature pieces of a website’s front end that come together to give all the functionality, customization and power needed.

Micro frontends are:

  • Individual, independent, smaller frontends.
  • Multiple teams work on their own projects concurrently.
  • That means smaller, incremental deployments. One team isn’t waiting on another to push their deploy.
  • Smaller, more cohesive codebases. That makes them easier to maintain and change, too.
  • Allow for scaling teams as needed.
  • Give the ability to rewrite, change or update parts of frontend incrementally. That means fixing bugs or changing features of a site doesn’t force the site to be down for maintenance.

(Credit: Micro Frontends in Action)

Large organizations with complicated, detailed and beautiful websites can utilize micro frontends for many reasons.

Being able to break tasks down into bite-sized chunks keeps developers from being overwhelmed and helps them be efficient. On top of that, those multiple, smaller teams can work at their own pace, autonomously. The blog team won’t be delayed by, say, the e-commerce team and so on. Projects can be completed at their own pace as teams work concurrently toward the larger goal.

Of course, the more features and the more complicated a website is, the more intricate and involved the code on the back end. However, when each feature is made of smaller amounts of code, they’re easier to update. And when the code breaks for some reason, those errors are easier to find. On top of that, because the code is decoupled, the entire website doesn’t have to go down to fix one feature’s bug.

One more massive advantage of micro frontends is each one of those smaller pieces can be created with different tools.

That means you can flashup a website in mere minutes with plug-and-play open-source apps. Or, you can go low-code/your code. We invite developers to get as complicated as they like while making something inspired, and at the same time, developers can use whichever JavaScript framework they’d like.

Fathym’s micro frontends platform allows the use of popular frameworks like Angular, React, Vue, Svelte and more. Plus, each bit of the website (blog, gallery, e-commerce etc.) can be built with a different framework, if that team so desires.

That’s an amazing amount of flexibility considering those frameworks are valued for different abilities.

Micro frontends aren’t a new concept, but they are the wave of the future. Many larger companies already use the architecture — IKEA, Spotify, Upwork, and SoundCloud among others — and we believe that adoption will only continue to grow over time.

We invite you to sign up for our freemium platform now, not only to achieve your goals, but to have a little fun while you’re at it, too.

Originally published at https://www.fathym.com.

--

--