Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 542 Bytes

Readme.md

File metadata and controls

15 lines (12 loc) · 542 Bytes

NextJS and Module Federation

This application would demonstrate how multiple NextJs application would collaborate to a single application.

Note:

  • There seems to be a problem with css-in-js sharing between federated modules.

Links

Github : Read more to stay updated. Official Documentation : Read about the options and docs

Context

We have 3 NextJs applications: hogwarts : Running on port 1001 harry : Running on port 1002 ron : Running on port 1003