Hello,
I am slowly migrating to use RR as a library.
At the moment we have have a mix of static markup with some pieces or React render as different root.
I cannot wrap them all under one single BrowserRouter; when I click on a Link under one root, the other root are not aware of the navigation.
What would be good stragegy to make it work?