Right time to use a monorepo versus a microfrontend solution? (ex Piral))
Having trouble distinguishing when each solution is appropriate to use. MFAs allow separate repos for each project so things are a bit cleaner in that way but ultimately if they're not going to be used independently, is a monorepo a better choice?
1 Reply
Theres other solutions as well
Ie service repos
Or Domain repos
The real answer is it depends ahah
Just remember that microservices are mainly design to help solve an organisational issue, ie team separation and ownership
So you should be able to a give a team an entire repo to own (or maybe a few)
Keep stuff in one repo as long as you can