Modern web applications keep growing bigger and more complex. The promise of Micro Frontends is to divide large applications into small, independent, easily maintainable chunks. But how does this idea translate into reality? In a recent project we had to decouple parts of an existing frontend that was already in production. To achieve this we introduced Micro Frontends, specifically webpack’s Module Federation. Can we now develop our Micro Frontends independent of each other? Or have we just increased the complexity of our project? In this talk I will explain how the introduction of Micro Frontends into an existing frontend went, what we learned from it and if it was worth it.