RSRyan Siebertinsiebert.devยทSep 19, 2023 ยท 1 min readModule Federation using NXWhat is 'Module Federation'? Module federation is a feature available in Webpack that lets you more easily share code among your applications. Your host application will have multiple child applications which are loaded dynamically at run time. This...00