Migrating from Flux to Redux.
I was talking about migrating from Flux to Redux last Wednesday at Reacts Israel meetup.
Video and screen cast should be published at ReactJS-IL shortly.
TL;DR: When I started to work with React back in Apr-2015 there were many libraries to manage the application flow. I decided to start with classical FB’s Flux implementation to understand what’s missed there. Eventually react-redux and redux solved most of issues I had with Flux. This talk is about practical aspects of migration from Flux to Redux.
Slides are here.
Code is here.
Start with tag #flux, then #redux, then switch to master branch.