Skip to main content

All Questions

0 votes
0 answers
103 views

Module Federation Component causes React hydration error

I have two application running locally. My remote exposes the following component: const Content: React.FC<any> = (props: any) => { const [state] = useSharedState<number>('counter', ...
Hespen's user avatar
  • 1,424
0 votes
0 answers
553 views

Module Federation: Updating NextJS Remote Causes NextJS Host to throw 'Hydration failed' Error

Trying to figure out if I'm doing something wrong or if there's a bug... I have a remote app running NextJS on port here. I can run that locally on port 5000 by running npm run dev. I can go to http:/...
John Fisher's user avatar
2 votes
0 answers
375 views

Angular App with Module Federation and SSR

We have an Anguar Application (v 15.2.9) that utilize Module federation (v 15.0.0) to acheive MFE architecture. Now we need to apply Server Side Rendering (SSR) (v 15.2.1) and we followed the steps ...
s.alhaj's user avatar
  • 121
4 votes
1 answer
5k views

Implementing module federation, app-router, and webpack with Next.js 13 - how to fix 'client-only' error?

I am currently working on implementing module federation in Next.js 13.4.4, utilizing the app-router feature and the @module-federation/nextjs-mf package. In order to achieve a micro front-end ...
Pourya Tak's user avatar
12 votes
0 answers
2k views

Deployable MFE using nextjs and module federation

does anyone has experience using Nextjs and module federation for creating the MFEs that can be deployable? I can see there are some limitations and we'll lose SSR in that case like deploying micro ...
Nafis's user avatar
  • 1,030
0 votes
1 answer
1k views

SSR with Angular and Module Federation

I am using angular version 13.1.0 and I have enabled SSR through ng add @nguniversal/common. After adding this configuration I add module federation with ng add @angular-architects/module-federation@...
Juan Cortés García's user avatar
1 vote
0 answers
595 views

Angular module-federation, is possible load some remotes as SSR and other remotes withouth using SSR?

Currently we are using @angular-architects/module-federation to work with microfontend. I was wondering if it's possible some remote microfontend to be loaded as SSR (necessary for the use of api keys ...
Camilo Elgueta Basso's user avatar
1 vote
1 answer
3k views

How can I use moduleFederationPlugin in nuxt app [closed]

Dose be supported "webpack 5" and "moduleFederationPlugin" in the latest version of nuxt? if answer is no, how can I use this features in the nuxt ? or what is solution for make ...
maryam rostami's user avatar