React and Flux: Building Applications with a Unidirectional Data Flow
A good introduction to the concept behind Flux. I’ve gone through the React and Om tutorials and so I’d been looking at what kind of “controller” logic people have been using. I think one concern people might have watching this video and learning about Flux is the layering of the logic. A lot of programmers don’t agree with this level of complexity in their apps. I think typically it is because they are used to green-field design, and working on very small teams. This kind of layering and encapsulation is increasingly important as your application and team becomes more complex.