Meetup - Tips on Microfrontends
🇳🇱 Amsterdam, NL -
This talk is to share pro tips to manage MFEs and to make life easier as a developer. I'll also talk about challenges in real life, dealing with MFEs
MFEs, what are they?
Imagine you have a big (monolithic) project. You decompose it into smaller, semi-independent "micro apps" that can be developed, tested, and deployed separately.
I'll cover some common challenges:
How to avoid creating too many small MFEs
How to keep good communication between MFEs
Version management
And I'll talk about the role of Vue, Nuxt, and TypeScript to make life easier when dealing with MFEs.