DEV Community

Discussion on: Building Micro Frontends with React, Vue, and Single-spa

Collapse
 
grahamsutton profile image
Graham Sutton

This is probably more a trade-off than anything. It seems like the choice is between a) rebuild everything together which de-duplicates dependencies but you lose the ability to release independently or b) build and release everything separately but risk having duplicate dependencies across all bundles.