This example shows a basic host application loading remote components
For more information, visit the article explaining this workflow
app1
expose component for import by other apps.app2
will import exposed component fromapp1
Run yarn
and yarn start
inside each repo respectively. This will build and serve your apps on ports 3000, 3001
- localhost:3001 (expose component for import)
- localhost:3002 (will import exposed component)
Example referenced from https://github.com/module-federation/module-federation-examples/tree/master/basic-host-remote