Relative Content

Tag Archive for reactjsmicroserviceswebpack-module-federation

Module Federation: Remote app crashes the host app

So I have a remote app that is being consumed in the host app. I’m importing the Button component from the remote and lazy loading in the host app. The problem is that the remote app crashes the host app if not available. I don’t want to show the Button component in the host app if the remote app is down.