Combining micro-frontends and SSR creates a contradiction.
SSR, requires Unified server-side rendering that is incompatible with Fragmented and isolated architectures
MFE, requires Isolated and independent applications that is incompatible withCoordinated server-side rendering
You can't simultaneously have, independent deployments, independent runtimes, and
a consistent and synchronized SSR.
Either choose one (MFE = independence), or choose the other (SSR = performance and SEO).