bigardone / phoenix-trello

Trello tribute done in Elixir, Phoenix Framework, React and Redux.
https://phoenix-trello.herokuapp.com
MIT License
2.5k stars 409 forks source link

Update to react-router-redux 4.0.0 #21

Closed andreogle closed 8 years ago

andreogle commented 8 years ago

react-router-redux has some significant breaking changes. I've updated the project to work with the newer version - this should help anyone starting a new project and getting stuck with the later version breaking. Also refactored one or two things along the way.

Great project and tutorial by the way! Really enjoyed going through it, so thanks a lot for putting the time in :smile:

bigardone commented 8 years ago

Hey @andreogle thanks for your words! I've been updating all my projects to the latest version ant his one was still in my to-do list, so thanks for doing the work for me, I really appreciate it :) I'll revise it and merge it asap Cheers!!!