Is your monolithic frontend slowing you down? Learn how a microfrontend architecture can speed up deployments and empower teams to ship features independently.
#1about 4 minutes
Understanding the problems with monolithic frontend applications
Large, aging monolithic applications suffer from slow build times, increased complexity, and code degradation over time.
#2about 2 minutes
Solving monolith problems with a microfrontend architecture
Microfrontends split a large application into smaller, independent projects to enable faster, isolated builds and deployments.
#3about 3 minutes
Routing traffic to microfrontends with edge workers
Edge computing services like Cloudflare workers can efficiently route user requests to different frontend applications based on URL paths.
#4about 5 minutes
Choosing between client-side, SSR, and static generation
Microfrontends allow you to select the optimal rendering strategy—client-side, server-side rendering (SSR), or static site generation (SSG)—for each part of your application.
#5about 1 minute
Creating a cohesive user experience with design systems
A design system provides a collection of shared visual components and standards to ensure a consistent look and feel across all microfrontend applications.
#6about 5 minutes
Organizing UI components using the atomic design methodology
Atomic design provides a clear methodology for structuring a design system by breaking down interfaces into atoms, molecules, organisms, templates, and pages.
#7about 4 minutes
Best practices for documenting a design system
Effective design systems require thorough documentation, and tools like Storybook and TypeScript can create interactive and type-safe component libraries.
#8about 4 minutes
Q&A: Maintaining consistency and choosing frameworks
This Q&A covers the challenges of coordinating design system updates and recommends frameworks like Next.js for building hybrid SSR and SSG applications.
#9about 6 minutes
Q&A: Vertical splitting, horizontal splitting, and monorepos
This Q&A explores architectural choices like vertical splitting by page versus horizontal splitting by component and discusses the benefits and complexities of using a monorepo.
#10about 8 minutes
Q&A: Managing state, component logic, and versioning
This Q&A addresses how to handle versioning, populate complex components with data, encapsulate logic, and avoid sharing state directly between microfrontends.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
13:10 MIN
Audience Q&A on practical micro-frontend challenges
Micro-frontends anti-patterns
02:15 MIN
Tracing the architectural shift to micro frontends
Front-End Micro Apps
05:24 MIN
The role of micro-frontends in scaling development teams
Micro-Frontends with Module Federation: Beyond the Basics
02:03 MIN
Introducing the micro-frontend architectural pattern
Destructuring Frontend monoliths with MicroFrontends
03:01 MIN
Integrating applications using a micro-frontend architecture
Building the Right Product and Building It Right: A Glimpse into Extreme Programming, Atomic Design
06:11 MIN
Tracing the architectural evolution to microfrontends
Microfrontends with Blazor: Welcome to the Party!
08:02 MIN
Combining micro frontends with an islands architecture
Multiple Ships to the Island - Micro Frontends & Island Architectures
04:06 MIN
The historical challenge of building micro frontends
The Microfrontend Revolution- Using Webpack 5 Module Federation with Angular
Micro Components - a different approach to a simpler component-based webThere has been a lot of heated discussion lately in the web community about component based development. One side argued that Web Components are a standard we should follow whereas others complained that they still lag behind in what frameworks offer...
Why You Shouldn’t Build a Microservice ArchitectureWelcome to this issue of the WeAreDevelopers Live Talk series. This article recaps an interesting talk by Michael Eisenbart who talks about the pros and cons of microservice architecture.About the speaker:Michael has been working for Bosch as a sof...