acdlite / redux-router

Redux bindings for React Router – keep your router state inside your Redux store
MIT License
2.3k stars 200 forks source link

Does redux router inject all props? #118

Closed jackcallister closed 9 years ago

jackcallister commented 9 years ago

I'm wondering if redux router injects the router props into every component?

I can't see anything incriminating in my code but that's not to say it isn't me!

apapirovski commented 9 years ago

RoutingContext from react-router does that.

jackcallister commented 9 years ago

Seems a bit overkill. Most components don't need router state at all and debugging a components props is a bit harder. 99% of the time only an id from the params is needed. I guess I can live with it though!