Multiple apps listening/modifying history

Hi, I have a micro-frontend architecture with a container app having a page-based router.

I want the micro-frontends mounted in this container app to be able to listen to and update search parameters in url, as they will store their state there.

Is there a way for them to do so?
Was this page helpful?