Completed
Instead of writing a large monolith frontend application, the application is broken down into domain specific micro frontends, which are self- contained and can be developed and deployed independentl…
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Microfrontends
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 "old" situation
- 3 challanges
- 4 tighly coupled
- 5 release cycle
- 6 testing
- 7 big plans
- 8 current application not future proof
- 9 what business value can we add?
- 10 time to market
- 11 focus
- 12 performance
- 13 what developer experience can we add?
- 14 modern technologies
- 15 ownership
- 16 freedom
- 17 rebuild step by step
- 18 meanwhile...
- 19 Micro frontend architecture is an approach to developing web application as a composition of small frontend apps.
- 20 Instead of writing a large monolith frontend application, the application is broken down into domain specific micro frontends, which are self- contained and can be developed and deployed independentl…
- 21 what is a domain?
- 22 one team per domain
- 23 start small
- 24 account
- 25 microfrontend architecture
- 26 advantages
- 27 domain knowledge
- 28 deployments
- 29 other improvements
- 30 demo
- 31 challenges
- 32 dependency management
- 33 breaking down the silos
- 34 global changes
- 35 bundle size
- 36 stitching layer