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!
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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!