Skip to main content

All Questions

0 votes
0 answers
68 views

NX workspace with Module Federation vs. axios-retry: No version specified and unable to automatically determine one

I have an NX workspace (latest version) in which I have implemented a React app. The workspace uses Webpacks Module Federation, since the React app is later to be exposed as a micro frontend. I am ...
Codehan25's user avatar
  • 2,934
5 votes
1 answer
1k views

Error NG0203 when trying to access routes on remote app in Module Federation with Nrwl

I am trying to use Module Federation with Nrwl in an Angular application. I followed the documentation for Dynamic Module Federation with Angular (https://nx.dev/recipes/module-federation/dynamic-...
Mustafa Patharia's user avatar
0 votes
0 answers
769 views

How to export @angular/material styles from a user lib(NX) to the nx with MFA workspace apps

I have created an Angular Micro Frontends with Dynamic Module Federation by following the official documentation. I use the following command to create the workspace: npx create-nx-workspace demo-app -...
Rocky's user avatar
  • 11
1 vote
0 answers
651 views

How to include tailwind css, as part of remoteEntry, module-federation

I am using @nrwl/react cli for maintaining mono repo. I can see when i am consuming remoteEntry1 in my shell-app (outside of this monorepo project), it is not including css file anywhere in the .js ...
anujayk's user avatar
  • 584
0 votes
1 answer
2k views

How to add a remote app (micro frontend) that is not part of the NX workspace to it's Webpack config?

I created an NX workspace with a host application (based on react) that consumes 3 micro frontends (two based on React, one based on Angular) using the official documentation. It's all working fine ...
Codehan25's user avatar
  • 2,934
1 vote
1 answer
1k views

How to create micro frontends based on different technologies using a common shell with module federation and NX?

I'm trying to create micro frontends with React and Angular (the remotes) that are used within a shell application based on React (the host/shell) using Webpacks Module Federation. Therefore I used ...
Codehan25's user avatar
  • 2,934
0 votes
1 answer
2k views

NX Nextjs Micro frontend

I am using nx.dev for maintaining monorepo, my project demands MFE with Nextjs. Following @module-federation/nextjs-mf it says it is moved to paid plugin, still i want some solution with open code (...
anujayk's user avatar
  • 584
2 votes
1 answer
4k views

nx react module federation hot reload

I'm using module federation with nx and want to enable HMR. I applied the hmr: true option in both project.json files. (for the host and the remote). The problem that its working only for the remote, ...
Nir Berko's user avatar
  • 1,408
2 votes
0 answers
1k views

NX - Sharing buildable libs won't build

Current Behavior I added a library with the --buildable flag and then shared it with two apps using sharedMappings in the webpack.config.js files. Then I added a service which is being used in the ...
Tom's user avatar
  • 910