I have the feeling that not many people know about runtime plugins in Module Federation, so I wrote a new guide on the docs. It covers hooks, plugin composition, and includes real examples you can use. module-federation.io/guide/runti...

Runtime Plugins - Module federationRuntime plugins let you change runtime behavior without changing the core runtime itself. Use them when you need to: rewrite remote URLs at runtimecustomize manifest requestspatch script loadingoverride shared resolutionadd recovery or fallback behaviorintroduce new remote loading behavior If you only need to register a plugin path in build config, see runtimePlugins. If you need the full hook list, see Runtime Hooks.module-federation.io