- Redux official documentation:
https://redux.js.org/.This is a particularly useful part of the documentation:
https://redux.js.org/faq. -
Introduction of Redux Time Travel and Hot Reloading by Dan Abramov, on React Europe:
https://www.youtube.com/watch?v=xsSnOQynTHs. -
Dan Abramov's courses on Egghead:
https://egghead.io/instructors/dan-abramov. -
Redux GitHub page with closed issues. This contains a ton of useful discussions:
https://github.com/reduxjs/redux/issues?q=is%3Aissue+is%3Aclosed. -
Netflix JavaScript Talks: RxJS + Redux + React = Amazing!
https://www.youtube.com/watch?v=AslncyG8whg. - How Airbnb Is Using React Native:
https://www.youtube.com/watch?v=8qCociUB6aQ.This is not strictly on store patterns but illustrates how to think about big production applications, such as Airbnb.
-
You might need Redux:
https://www.youtube.com/watch?v=2iPE5l3cl_s&...




















































