https://medium.com/brigade-engineering/what-is-the-flux-application-architecture-b57ebca85b9e
http://jonathancreamer.com/what-the-flux/
http://facebook.github.io/flux/docs/overview.html
http://www.reddit.com/r/javascript/comments/2uvz0x/whats_so_great_about_reactjs
video-rethinking-web-application-development-at-facebook
Three components * dispatcher * the stores * the views (React components)
"When updates can only change data within a single round, the system as a whole becomes more predictable."
explicit data vs. derived data
data flow
data-flow programming or flow-based programming