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

Make 'Home' an IndexRoute route. #25

Closed Dattaya closed 8 years ago

Dattaya commented 8 years ago

What do you think about making the Home component an IndexRoute? That pushState shouldn't work anyway as there is no onEnter hook or any other mechanism to fetch component data on the client.