bananaoomarang / isomorphic-redux

Isomorphic Redux demo, with routing and async actions
https://medium.com/@bananaoomarang/handcrafting-an-isomorphic-redux-application-with-love-40ada4468af4
MIT License
455 stars 87 forks source link

Use the version of history supported by react-router 1.0.2 i.e. 1… #36

Closed Dattaya closed 8 years ago

Dattaya commented 8 years ago

….13.x. Fixes #35

Dattaya commented 8 years ago

react-router 1.0.3 is out and it works with the latest version of history, so the only thing we need is to bump react-router.