DEV Community

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

Collapse
 
michaelrgalloway profile image
michaelrgalloway

This entire problem is solved by compiling your Vue, React, Angular, etc.. apps to web components. Now you can use your modular mini-app on any site. Agnostic of the framework or even no framework at all.

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.