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

Allow to replace RoutingContext #178

Closed vslinko closed 8 years ago

vslinko commented 8 years ago

I want to use redux-router with react-router-relay. react-router-relay provides RelayRoutingContext that should replace default RoutingContext from react-router. Default router from react-router supports this feature and I want to add this feature to redux-router.

omnidan commented 8 years ago

@vslinko Thank you :grin: