Anybody doing micro-frontends with CDK/SEED infras...
# general
a
Anybody doing micro-frontends with CDK/SEED infrastructure? Would like to know ideas around deployment strategy.
c
Adrián, are you referring to micro-frontends that are aligned to independent services and composed with a tool like https://single-spa.js.org/? Also curious about deployment and also project setups - e.g. still handling and deploying all services/micro-frontends from a monorepo vs. separate repos?
a
I don’t know about single-spa.
c
Thanks for the links Adrián. I came across similar recommendations with some specifics (including reference to tools like single-spa) in this book, which has been a great help in sorting out ways for decouple things across the board.
t
I don't think that Seed / CDK implies any limitations here - it's rather how you want people to work with it that should drive your deployment procedures, repo structure, etc. One comment I would make it, the same thing that is a disease for people going for microservices - if you drop it into a single repo, and then you have one golden deployment for everything, and then you end up with one team managing that - you've just lost an awful lot of time in trying to decompose something without any need 😉
what are the key benefit out of micro frontends that you're looking for?