A complete Webpack Module Federation Case with React.
It is a low-level or basic app, which exposes libraries like react, react-dom.
It is a pure remote
It is a middle-level app, which depends on modules exposed from lib-app : react ,react-dom. In the meantime, it also exposes components: Dialog, Button to another app called main-app.
It is both host and remote.
the top-level app, which depends on lib-app and component-app.
It is a pure host.
npm installnpx lerna bootstrapnpm run start
after all the commands done, open your browser at http://localhost:3002, open the dev-tool's network tab to see resources loading details