In this video we'll explore writing our own custom dynamic remote loader for module federation. This can be useful if you want to embed additional functionality when importing a dynamic remote - beyond what "importRemote" provides. You can also implement different lifecycle hooks to log metrics around loading those remote modules on the client.
00:00 - Intro
07:25 - Creating a new importer
26:13 - Adding an error boundary