Module federation — The Javascript equivalent of what Apollo did with GraphQL. Multiple Webpack builds work together, sharing the dependency graph at runtime. Multiple bundles can share both modules and components from the codebase as well as node_modules. Painless orchestration at runtime.
Full article