connected-react-router
connected-react-router copied to clipboard
Multiple independent, connected routers?
I don't think this is possible, but I'm using Redux in a multi-window Electron environment where the store is shared across windows. In this situation the router state and history would need to be window-specific. Is there any way to accomplish that?