some packages like react-i18next are not working properly with @module-federation/nextjs-mf in next js
I am folowing microforntends architecture using this module federation package “@module-federation/nextjs-mf”. I have 3 NextJS Apps One main-app which is the host application, Two microfrontends first-app and second-app here is the next.config.js for each app : main-app : (HOST APPLICATION) const path = require(“path”); const { NextFederationPlugin } = require(“@module-federation/nextjs-mf”); const { createDelegatedModule } = … Read more