DEV Community

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

Collapse
 
florianrappl profile image
Florian Rappl

I think this one confuses microfrontends with "run multiple frameworks".

How is this developed independently when its all in the same codebase?

Even if we factor it out (e.g., into libraries); how it this deployed independently if we need to reference it strongly?

Now let's assume all these things are still dealt with. I can run one app (e.g., React) in the main one, but what if my React app wants to use a fragment of another app? I don't see an immediate solution without creating another "Single SPA" host (which then goes full circle to the first question).

Otherwise great article!