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 arrow function when mapping todo items #51

Closed djheru closed 8 years ago

djheru commented 8 years ago

Super minor, but inside TodosView, when mapping out the todos, you can use arrow functions instead of using .bind()

Thanks for the extremely useful example app!