Deconstructing ReactJS's Flux
Not using MVC with ReactJS I'm going to do some examples of the single directional data-flow architecture by comparing ReactJS reference implementation of Flux and using a library I wrote, called Reflux. The developers at…