Seed Taken from create-react-app
Created dummy suba apps. Please consider as independently bootstraped app instances for the demo. src/subApps/ModuleOne src/subApps/ModuleTwo
Component to take the metadata of micro apps as input and mount each sub app one by one with code splitting approach of React using React.lazy and React.Suspense
getter functions to return globalContainerContext and MetaData of microfrontends Architecture.
globalContext.js
microFrontendsModulesMetaData.js
Imported globalContainerContext and microFrontendsModulesMetaData from Utils and rendered the subApps using MountModules component.