Luca Mezzalira
Micro-frontends anti-patterns
#1about 3 minutes
Understanding the core benefits of micro-frontend architecture
Micro-frontends enable incremental upgrades, decentralized decision-making, reduced team cognitive load, and scalable organizational structures.
#2about 5 minutes
Anti-pattern: Confusing micro-frontends with reusable components
A micro-frontend represents a business sub-domain and is independently deployable, whereas a component has its behavior dictated by its container.
#3about 2 minutes
Anti-pattern: Using a multi-framework approach incorrectly
While technically possible, using multiple frameworks should be reserved for temporary situations like migrating legacy systems, not for developer preference.
#4about 5 minutes
Anti-pattern: Using an anti-corruption layer for legacy systems
Instead of adding complex, one-off logic to the main application shell, wrap legacy code in a dedicated micro-frontend that acts as an anti-corruption layer.
#5about 4 minutes
Anti-pattern: The risks of shared core libraries
Creating shared core libraries can lead to versioning conflicts and deployment coupling, so prefer composition over inheritance to minimize these risks.
#6about 3 minutes
Anti-pattern: Adopting unidirectional data flow for easier debugging
Bi-directional data sharing between a host and micro-frontends creates complexity, while unidirectional data flow patterns like Flux make state changes predictable.
#7about 2 minutes
Anti-pattern: Avoiding tight coupling with event-based communication
Using a shared global state creates tight design-time coupling between teams; a publish-subscribe (pub/sub) event system enables loosely coupled communication.
#8about 4 minutes
Anti-pattern: Analyzing the backend impact of frontend architecture
When multiple micro-frontends call the same API, it may indicate overlapping domains and cause unnecessary backend load, so consider merging them or using components.
#9about 4 minutes
Viewing software architecture as a series of trade-offs
Architectural decisions are not right or wrong but are based on context-specific trade-offs that should be documented using tools like Architectural Decision Records (ADRs).
#10about 8 minutes
Q&A: MFE communication, monorepos, and appropriate use cases
The discussion covers preferred methods for MFE-to-MFE communication, the trade-offs between monorepos and multi-repos, and when micro-frontends are an appropriate choice.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
00:42 MIN
A brief history of the micro-frontend architectural pattern
Micro-frontends anti-patterns
03:59 MIN
Understanding the key benefits of micro-frontend architecture
Micro-frontends anti-patterns
01:13 MIN
Micro frontends are an organizational pattern for scaling teams
Multiple Ships to the Island - Micro Frontends & Island Architectures
00:11 MIN
Understanding the purpose and benefits of micro-frontends
Stairway to Heaven - Scaling Frontends the Right Way
10:34 MIN
Implementing microservice and micro-frontend architectures
Crew Management System for Airlines: Plan duties for pilots & flight attendants worldwide
33:55 MIN
Audience Q&A on practical micro-frontend challenges
Micro-frontends anti-patterns
24:47 MIN
Understanding critical architectural trade-offs and anti-patterns
Azure-Well Architected Framework - designing mission critical workloads in practice
26:11 MIN
How atomic design prevents common frontend anti-patterns
Building a large, complex product from the ground up with typescript & Atomic Design:lessons learned
Featured Partners
Related Videos
Micro-frontends anti-patterns
Luca Mezzalira
Micro Frontends with Module Federation: Why and How?
Manfred Steyer
Microfrontends at Scale
Josh Goldberg
Multiple Ships to the Island - Micro Frontends & Island Architectures
Florian Rappl
Interface Contracts in Microfrontend Architectures
Alexander Günsche
Stairway to Heaven - Scaling Frontends the Right Way
Florian Rappl
Micro-Frontends with Module Federation: Beyond the Basics
Manfred Steyer
Destructuring Frontend monoliths with MicroFrontends
Trishul Goel
From learning to earning
Jobs that call for the skills explored in this talk.
Frontend Application Architect
Square Health
Windsor, United Kingdom
Remote
Intermediate
REST
Azure
Node.js
JavaScript
+4
Solution Architect (self-healing Micro-Frontend) (m/w/d)
Westhouse Consulting GmbH
Intermediate
React
DevOps
Spring
Kotlin
Grafana
+6
Software Architect Lead Frontend React
GFT
Municipality of Valencia, Spain
Remote
Senior
API
CSS
SASS
Azure
+9
Software Architect (Contractor) - Composable Commerce & Event-Driven Design
CobbleWeb
Edinburgh, United Kingdom
Remote
€60K
Redis
React
Node.js
+4


