Webpack 5 Module Federation: A game-changer in JavaScript architecture
Module federation allows a JavaScript application to dynamically run code from another bundle/build, on client and server.
This is the JavaScript bundler equivalent of what Apollo did with GraphQL.
A scalable solution to sharing code between independent applications has never been convenient, and near impossible at scale. The closest we had was externals or…