DEV Community

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

Collapse
 
leob profile image
leob

But a component is not an "app". Micro frontends is about composing multiple 'apps' (which might need to communicate amongst each other) into one frontend. So compiling into web components might be a useful approach but I don't think it's the whole story.