AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Challenges of Microfrontends
How do you still have a similar programming model that you have with single page applications, but sort of transport that into this new world where you've got lots of small single page applications making up a bigger front end application? Yeah, so that was the first thing that we take all usually with microfrontends, especially client-side rendered microfrontends. What you need is a container that we usually call application shell or up shell. There you have everything that is cross-cutting concern related to the system, but is not domain specific. The application shell should be agnostic to the domain because otherwise you create the design time coupling that we know in microservices that is an anti-pattern.