What the hell are micro-frontends? Well, your dev team is gonna love them
What the hell are micro-frontends? Well, your dev team is gonna love them Because large code bases suck What are micro-frontends? It’s a practice that splits a single web application into multiple smaller, standalone web applications but is presented to the user as one. A page can be viewed as normal, but behind the scenes, multiple components of that page are fetched from different locations and stitched together on load....