How to enable micro frontend

I have a existing application build with React and Module federation with micro frontend architecture.
how to i transform from React to NextJs with support of hosting different MFE’s with component level enable on request with support of having for SPA?

Hi @akshay-hgs, welcome to the Vercel Community!

Thanks for bringing up this discussion in the community. Have you checked out this example?

Hi @anshumanb,

could you give me a example for a horizontal with multiple section of micro frontends on the same page rendering the view?

Hi @akshay-hgs, we currently only have the example that I shared above. I can’t promise a timeline for the requested example. So, I’d suggest going through the code and trying to implement what you are looking for. If you run into issues, feel free to post them here and we can work together.