connected-react-router icon indicating copy to clipboard operation
connected-react-router copied to clipboard

react-redux dependency now is optional

Open sgrishchenko opened this issue 4 years ago • 0 comments

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.

sgrishchenko avatar Sep 22 '20 19:09 sgrishchenko