Template: About
- A basic introduction to Redux
- https://github.com/reactjs/redux
- http://redux.js.org/docs/introduction/
- Reference the 3 principles
- Why Redux is important to React
- http://www.youhavetolearncomputers.com/blog/2015/9/15/a-conceptual-overview-of-redux-or-how-i-fell-in-love-with-a-javascript-state-container -one-way-data-flow
- reference React vs Angular blog post
- also mention what’s so great about its design
- Sever-side Rendering a Redux App: how to use Redux and react-router for server rendering
- Unit Testing a Redux App: testing Redux code
- Redux in the context of an application
- https://www.sitepoint.com/how-to-build-a-todo-app-using-react-redux-and-immutable-js/
- State is kept in a single store
- Changes come from actions not mutations
- A discussion of the benefits of Redux, what specific needs it meets and why developers love it.