Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

197
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda