DEV Community

Ravindra Kumbhar
Ravindra Kumbhar

Posted on

React Microfrontend - Approach?

Hello Everyone,
We are looking for the Microfrontend approach to integrate 8 modules in host application.
We started POC with Webpack, ModuleFederation/vite and @originjs/vite-federation-plugin.
Can you guide which library will be more durable, reliable to implement Microfrontend.
We started with sample applications which are working well.
As we are using libraries like redux, router, msal then facing issues in host as well as remote applications.
Note: our all modules including host are developed in react, host is in react18 modules are in react 19. We using Vite library for building applications.
Please suggest approach for same.

Top comments (0)