About Lesson
Another big ol’ list of React resources
Tutorials
- https://medium.com/@firasd/quick-start-tutorial-using-redux-in-react-apps-89b142d6c5c1
- https://github.com/firasd/react-redux-tutorial
- https://github.com/reactjs/react-redux
- http://www.youhavetolearncomputers.com/blog/2015/9/15/a-conceptual-overview-of-redux-or-how-i-fell-in-love-with-a-javascript-state-container
React redux project structure
React cheatsheet
redux cheatsheet
- http://ricostacruz.com/cheatsheets/awesome-redux.html
- https://github.com/gajus/canonical-reducer-composition
LONG full stack redux tut
Redux best practices
- https://medium.com/lexical-labs-engineering/redux-best-practices-64d59775802e#.z1kdhv1re <— good best practices here, I agree. one cool thing to do is to clear all stores on a route action, since all reducers listen to all actions Working with Data Structures – interesting references here
- https://github.com/reactjs/redux/issues/815
- http://stackoverflow.com/questions/32634320/how-to-structure-redux-components-containers
- http://redux.js.org/docs/FAQ.html
- http://konkle.us/state-management-with-redux/
- https://blog.risingstack.com/react-js-best-practices-for-2016/
- https://github.com/reactjs/redux/issues/1171
- https://github.com/reactjs/redux/issues/749
- https://www.reddit.com/r/javascript/comments/3p9o0j/redux_best_practices/
- http://andrewhfarmer.com/react-ajax-best-practices/ <— best practices for various AJAX / async requests
- http://stackoverflow.com/questions/35032204/react-redux-connect-to-multiple-components-best-practices Investigate using Redux for pseudo-local component state
- https://github.com/reactjs/redux/issues/159
- http://www.code-experience.com/problems-with-flux/