I want to use Module Federation for microfrontends and I'm wondering if it's possible to use the same container (aka host) application to host a variety of remotes in different areas of my site.
For example, say I have a product remote, and a checkout remote, and these remote applications may/may not be used together in the same host container, is there a way to set things up so that the same container can be used? Keep in mind that I wouldn't want to load one if it isn't required, and that more remote applications might be added later on.
I mainly want to avoid setting up and configuring a new container application for every single use case since that's adding another set of configurations that need to be maintained.