Slide 28
Slide 28 text
* MVW (Model - View - Whatever)
e.g. AngularJS 1.x, Backbone.js, etc.
Facebook: leading to a tangled weave of data flow and unpredictable results
* Flux
- “Flux eschews MVC in favor of a unidirectional data flow” *
* Redux
- “a predictable state container for JavaScript apps.” **
Applicatoin architecture on JavaScript
* https://facebook.github.io/flux/
** http://redux.js.org/