Talk
Intermediate
First Talk

Breaking the Frontend Monolith: Decoupling, Scaling, and Team Autonomy Using Micro-Frontend

Review Pending

Session Description

Problem Statement:

In modern web development, as your web applications grow, frontend codebases often turn into tightly coupled monoliths that are difficult to maintain, test, and evolve. Especially challenging for migrating such large applications any change risks breaking unrelated features, releases become slow, and teams are forced to coordinate heavily. Also, Adopting new technologies or frameworks like React or Vue becomes nearly impossible without a costly and risky full rewrite.

Abstract:

This talk will introduce the core concepts of Micro-Frontends, explain why organizations are adopting them, and walk through practical examples based on real-world scenarios. Let's learn when to choose micro frontend architecture, how to implement it and key trade-offs to consider for success.

This Session Covers:

  • Why micro frontends matter — the limitations of monolithic frontends and how decomposition can speed up development and deployment.

  • Core benefits — such as independent team ownership, scalability, resilience, and the flexibility to choose different frameworks per module.

  • Trade-offs and challenges — including architectural complexity, coordination overhead, and resource considerations.

  • Implementation patterns — two practical ways to structure micro frontends: URL routing and component routing, with code examples and explanations.

  • When not to use micro frontends — understanding scenarios where monolithic or simpler architectures are more appropriate.

Key Takeaways

By the end of this session, attendees will be able to:

  1. Explain what micro frontends are and the problems they solve.

  2. Identify key benefits and trade-offs of adopting a micro frontend approach.

  3. Apply basic implementation strategies with real code examples.

  4. Evaluate when micro frontends make sense for their own projects.

References

Session Categories

Engineering practice - productivity, debugging

Reviews

0 %
Approvability
0
Approvals
0
Rejections
0
Not Sure
No reviews yet.