DEV Community

Discussion on: Let's Build Micro Frontends with NextJS and Module Federation!

Collapse
 
alexandprivate profile image
Alex Suarez

Hi there! Thanks for the article, I've been trying to achieve this on NextJS 10+ and this tutorial is not working anymore, all the articles I could find are exactly the same, also in all of them are using NextJS version 9+, any idea or solution to get this working with version 10?

Collapse
 
omher profile image
Omher

I think one of the issues it's that: @module-federation/nextjs-mf now it's been updated and it's not a free plug-in anymore, you can see for example function withModuleFederation doesn't exist anymore and now its called withFederatedSidecar
Maybe using a previous version with support will work