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

How can I use createHashHistory? #199

Closed AlistairB closed 8 years ago

AlistairB commented 8 years ago

eg https://github.com/rackt/react-router/blob/master/docs/guides/basics/Histories.md#createhashhistory

Can't find an example of this. I want to use hash based routing for IE8 compatibility. Server side rendering is not a requirement.

AlistairB commented 8 years ago

Oops got it config in configureStore..