Best Micro Frontend Bundler

So our team will build a new react application that will be consumed on company’s existing application in micro frontend architecture. We are still in the discussion phase and the existing application is using web-pack. I think the easier and only way to satisfy this requirement will be using module federation, and not sure what bundler would be ideal for our app.

I personally don’t want to use Webpack because of complex configuration and slow build, dev mode running time, but maybe most stable solution for module federation.

Vite may be good for performance and stable, but I think it will be really difficult to do module federation with host Webpack app. (I failed to do this a year ago…)

Rspack is attracting my eye since it may be compatible with Webpack, but not sure how this bundler is stable.

Just put in every app in monorepo such as using TurboRepo can be considered, but not sure how business works for this.

Please share any thoughts or experiences especially if you used Vite or Rspack as a remote app and fed in to Webpack based host app. I would appreciate it.

View Poll