Redux - Reducing UI to a single State
Who to vote for
"Predictable state container for JavaScript apps." - Redux Docs
The Three Principles
Store
View
Reducers
Dispatch
Action
Todos Example
Sate.setTodo()
Mostly by convention
Actions in Redux
Changes via pure Reducer Functions
Fin
@JustinMcMurdie
By themcmurder
A small presentation planned for use at the 2016 UtahJs conference