Hacker News new | ask | show | jobs
by JCSato 3238 days ago
A number of people have mentioned Dan Abramov's Redux tutorials on Egghead, which I recently went through and got a lot out of. As a supplement/alternative I also found this series of LearnCode tutorials (https://www.youtube.com/watch?v=1w-oQ-i1XB8&index=1&list=PLo...) to be really useful and informative. Where Abramov's series was great for seeing how to start with the most simple integration of Redux and building up to an advanced one, these start out advanced, allowing it to cover a few more topics (like middleware). Just figured I'd throw that in.