by polysaturate on 1/6/21, 10:48 PM with 8 comments
by jabo on 1/6/21, 11:06 PM
Over time though, the added overhead of micro-frontends really started slowing us down. For eg: instrumenting the web user experience with analytics, across app boundaries in a consistent fashion was a grueling coordination effort with multiple teams. A UI refresh would require coordinated effort across multiple teams. Sure, we had shared components, libraries with common business logic released as their own private packages, etc. But that's the exact overhead I'm talking about. Upgrading a shared dependency across multiple apps was quite the hassle.
After a couple of years, we ended up switching back to a monolithic frontend, with a single React app.
by woutr_be on 1/7/21, 3:53 AM
Maybe I’m misinterpreting this, but those two sentences contradict themselves in my opinion.
Now either developers need to fully understand all the different micro-services, and understand how they all work together. Or developers will lose sight of the bigger architecture and end up specialising in only a few services.
But more importantly, I doubt micro-services will solve their problem of their monolith not being modular. That seems like an architectural problem that can also be solved in a monolith.
But in general, I have never seen a company that switched to micro-services, and didn’t end up regretting it a few years later.
by midrus on 1/7/21, 10:15 PM
Sounds like the perfect place I would hate to work for.