Webpack 5.0 will ship a powerful new feature for javascript application architecture: module federation (committed in v5.0.0-beta.16). Module federation provides several powerful architectural benefits:
It keeps common modules synchronized across different web applications at scale, enabling evergreen releases and boosting performance
Teams can independently deploy updates of code they own without requiring additional releases from other teams
Works server- and client-side without any additional required code
This article explores an implementation of a federated app shell micro front-end (MFE) working with an example travel shopping experience.

#javascript #react #webpack #web-development #software-engineering

Using Webpack Module Federation To Share An App Shell
17.60 GEEK