connected-react-router
connected-react-router copied to clipboard
react-redux dependency now is optional
Use case
If I use custom context
prop in ConnectedRouter
component, I want to be able not to use react-redux
library at all.
Changes
I have changed usage of react-redux
library. Code have became simplier a little bit and dependency from react-redux
library is not so strict now.