example repo for micro frontends with react and dependency inversion as integration pattern
example repo for micro frontends with react and dependency inversion as integration pattern
playground to learn how to integrate micro frontends, usages product and content search as example
Assume you have two ore more different search providers as e.g. product and content search. Both are
developed in different teams which want to develop and release their features independently. But you
have to integrate them in frontend like the following:
To scale with multiple teams in a micro services environment
yarn build
cd app/composer
yarn serve
cd app/search
yarn serve
cd app/product
yarn serve
cd app/content
yarn serve
Open http://localhost:8080 in web browser
Dependency graph without cycles
.
├── composer
│ └── server
├── content
│ ├── client
│ └── server
├── product
│ ├── client
│ └── server
├── search
│ ├── client
│ └── server
└── search-api
├── lib
└── src
interface to register different search providers with
client
server
client
server
same as product
Uses demoit and Go
or use PDF.
add example and test it
optimization, evt. remove react-bootstrap