lynndylanhurley / redux-auth

Complete token authentication system for react + redux that supports isomorphic rendering.
Do What The F*ck You Want To Public License
2.13k stars 259 forks source link

Can we get rid of react-router? #117

Closed Stupidism closed 7 years ago

Stupidism commented 7 years ago

redux-auth shouldn't have any relationship with react-router or react-router-redux. Otherwise, this name should be named react-router-redux-auth

Stupidism commented 7 years ago

I'm trying in this repo. Example and test can use react-router but source code should get rid of react-router

Stupidism commented 7 years ago

It seems this repo is not maintained any more. dependencies are outdated. tests are not covered enough. I naively thought it's gonna work with some simple code-modification after passing the tests. I've wasted more than one day on this and I have to stop it.