Router with multiple apps on same page (micro-frontends)

Hi,

We have a page with multiple micro-frontends and would like to have:
- the main/container page to manage the routing
- the micro-frontends/apps to be able to listen and update search parameters to maintain their state

I was thinking of sharing the history instance (createBrowserHistory) by having a wildcard path for microfrontend router, but this seems to fail.

Any idea how to achieve this?
Was this page helpful?