Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

199
Vistas
How to use a federated React module if the host React application isn't using Webpack?

I have two React applications. One is the remote app, and other is the host app. The remote app uses Webpack 5 using which I have federated the module. The host app uses Rollup for all purposes. I want the host application to use the federated module. How can I achieve this?

The below is how we have exposed the remote app which is running on port 3000.

            name: "ResetPassword",
            filename: "remoteEntry.js",
            remotes: {},
            exposes: {
                "./ResetPassword": "./src/pages/create-password",
            },
            shared: { 
                ...packageJsonDeps,
                react: { singleton: true, requiredVersion: packageJsonDeps.react },
                "react-dom": { singleton: true, requiredVersion: packageJsonDeps["react-dom"] }
            },
        })
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

This official Module Federation example solves exactly this issue.

Basically -

  1. In Rollup host - add Module federation in the plugins section of the config.
    a. define remotes.
    b. define shared
  2. Add Rollup remote in MF app.

Check this article for a simplistic walkthrough

btw it's good practice to define the shared libraries/packages in your package.json something like

shared: require('../package.json').dependencies
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda