This tutorial is the final of a three-part series by Brad Westfall. We'll learn how to manage state across an entire application efficiently and in a way t
https://css-tricks.com/learning-react-redux/
* Brad Westfall
* used with Angular
* true fact
* React "flows" data through components
* spaghetti code
* React docs
* other strategies
* Flux pattern
* among other things like Elm
* hired it's primary developer, Dan Abramov
* three guiding principals
* "pure" functions
* mutation method
* non-mutating methods
* in the GitHub repo
* Redux docs
* immutable vs mutable
* blog article's worth of information
* see their docs on this subject
* seamless-immutable
* Mori
* Immutable.js
* read the docs
* undo/redo features
* "Why did you develop Redux?"
* react-redux
* action creators or action type constants
* Asynchronous Actions
* we did before
* remember
* what you're main entry-point might look like
* react-router-redux
* first article
* final project guide
* Lynn Fisher