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