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

115
Visualizações
Load a static webpage project directory inside an IFRAME?

I have the following structure inside my ReactTS project:

.src
├── App.tsx
├── external
│   ├── dashboard-app
│   │   ├── images
│   │   │   ├── avatars
│   │   │   │   └── user01.svg
│   │   │   ├── bgLogin.jpg
│   │   │   ├── icons
│   │   │   │   ├── bars-solid.svg
│   │   │   │   └── vue-logo.svg
│   │   │   └── logo.svg
│   │   ├── index.html
│   │   ├── index.js
│   │   ├── login.html
│   │   ├── main.css
│   │   ├── training.html
│   │   └── trainings.html
└── index.tsx

In my requirements, I need to load this external-app (all static files) inside an iframe (or similiars) located in App.tsx. This is due to the fact that I need to process some props substitutions inside external/dashboard-app/index.html that are dynamically injected from index.tsx.

My idea was to leverage webpack loaders to require.context the external app and then in some way inject the content directly inside the iframe.

const loadAll = (ctx: __WebpackModuleApi.RequireContext) => {
  let keys = ctx.keys();
  let filesContent = keys.map(ctx);
  return keys.reduce((o: Record<string, any>, path, i) => {
    o[path] = filesContent[i];
    return o;
  }, {});
};
var allFiles = loadAll(require.context("./external/dashboard-app/", true, /.*/));

Is this feasible or are there better ways/approaches?

about 4 years ago · Juan Pablo Isaza
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