Module Federation
Module Federation is a method of loading modules dynamically at runtime (vs statically at build time). In practise this allows applications to be split up and assembled at runtime.
Challenges
There are some challenges with using Module Federation:
- Typescript support: Its trickier to get typings working between the modules and keeping the typings in sync with the built modules can be a challenge.
Related
Examples
Resources
Blogs
Last update:
August 12, 2023
Created: June 3, 2023
Created: June 3, 2023