Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
552 questions
Filter by
Sorted by
Tagged with
1vote
0answers
40views

Module federation problem, host build with Vite and remote build with CRA

How can I setup a module federation for my project, I have a React Vite app as host and CRA remote app. Do you know an easy setup, do I need to use craco in remote ?I installed craco, and had this is ...
1vote
0answers
52views

How to scope libraries within Angular micro frontend with Nx

I'm using Nx to create micro frontends in Angular and so far my folder structure looks like this (a lot of files have been omitted for clarity):apps - host - bank - libs - invoice - ...
0votes
1answer
52views

Why am I getting NG203 when calling createComponent

I am trying to use Module Federation to load a remote component. I can see that SharedComponentRole has a correct value, however on calling container.createComponent I get the following error:...
0votes
0answers
73views

Getting node related errors when using pptxgenjs latest version in NX Angular Microfrontend setup

I am using NX Angular microfrontend application. @nx/angular: 20.8.0, Angular: 19.28I am trying to use pptxgenjs: 4.0.1 in my application. During build I am getting following error:node:fs - Error: ...
0votes
0answers
50views

Importing a module federated web component inside a Next.js app

I'm a newbie to Next.js and module federation, and I'm working on an exercise (let's call it that) where I have a web component bundled with Webpack 5 in a federated module, and I want to import it ...
1vote
0answers
43views

Create an Module Federation monorepo React projects using the Nx CLI with electron app

console error imageCreate an Module Federation monorepo React projects using the Nx CLI - npx nxg @nx/react:host apps/erp--remotes=hr,pm,crminstalled nx-electron using nx g nx-electron:app ...
1vote
0answers
58views

How can I load a remote module from a Module Federation app during SSR (Fastify) and extract its JS/CSS chunks?

I'm building a prototype to test Server-Side Rendering (SSR) with Webpack Module Federation (WMF) in our large app. I have two apps:App 1 – Remote App (React + Webpack)Basic Button1 component:const ...
0votes
0answers
53views

Webpack Module Federation infinite reload

I try to split my angular 20 monolith and seperate my blogs from my main app. I set up everything but whatever I do, as soon as the remote gets fetched my application keeps on refreshing infinitely. ...
0votes
0answers
45views

Shared module is not available for eager consumption: webpack/sharing/consume/default/react/react

I am trying to run a React microfrontend application using Webpack Module Federation. The container app (container-app) loads remote apps (mfe-dashboard, mfe-portfolio) dynamically using promise new ...
1vote
1answer
82views

AG Grid CSS (data-ag-global-css) removed on drawer close in Module Federation remote, but not in host

I'm working with Webpack Module Federation and React, and I’m running into an issue where AG Grid's CSS gets removed from the DOM when its component (inside an Ant Design Drawer) is unmounted.🔧 ...
1vote
0answers
224views

Zustand store shared via Module Federation only provides initial value in remote app

I'm building a micro-frontend architecture using Webpack Module Federation. I have a host app and a remote app (cart), and I'm trying to share a global Zustand store (themeStore) from the host to the ...
0votes
0answers
85views

Module Federation Vite: Exposing array of remote modules Vs Individual remote modules

In a standard Module federation setting, the remote project exposes a bunch of modules and these modules are consumed in the host project.Example:Remote project config:exposes: { './home-...
0votes
1answer
174views

How to prevent style leakage between Microfrontend apps when using ViewEncapsulation.None in Angular with Module Federation?

We have migrated our Angular applications into Microfrontends using Dynamic Module Federation (with @angular-architects/module-federation).In each remote application, I imported a styles.css into app....
1vote
0answers
121views

Microfrontends - React in an Angular host

I've been trying to have a React app using Vite acting as a microfrontend in an Angular shell / host using Native Federation (also tried using Module Federation). After some time searching, I managed ...
0votes
0answers
44views

How to setup a singleton store/event bus for micro front ends monorepo with Vue2, Vuex, Vite?

I have this structure which every feature will be treated as a mini app, they will be bundle as separated scripts (based on vite-feature.config) to ready for load as needed on an external app.They ...

153050per page
1
2345
37

Hot Network Questions

more hot questions
Newest webpack-module-federation questions feed

[8]ページ先頭

©2009-2025 Movatter.jp