How To: Configure Remote Module at Runtime in Next.js with Module Federation
Problem
There can be times when you want to load a module from another application but you don't have the necessary information at build time to be able to do that. For example, if you're Next.js application is running in a Kubernetes (k8) cluster an...
5fingers.hashnode.dev2 min read