flux-react

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

example mobile app

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."

Glossary

Referring Pages

unidirectional-data-flow