I have been learning React and Redux for some time now. Here is the collection of reading material / video courses I found useful.
Video courses
- The Beginner’s Guide to ReactJS – A ~80 minutes free video course
- Getting Started with Redux – 2 hour, free, video course by creator of Redux
- Building React Applications with Idiomatic Redux – ~2 hour, free, continuation course by creator of Redux
Reading on React / Redux
- Thinking in React – React team’s take on structuring applications ‘the react way’.
- React advanced guides – Tutorials on doing some advanced level stuff with React
- Redux Recipes – A collection of useful recipes for Redux structure
JavaScript
- Exploring ES6 – An in-depth book on features of ES6
- ECMAScript 6 – A short version of ES6 features
- ECMAScript 6 — New Features: Overview & Comparison – A website dedicated to showcase ES6 features
- Concise JavaScript – A presentation showcasing how to convert verbose code to concise JavaScript code. Not updated for ES6.
- 19+ JavaScript Shorthand Coding Techniques
Bonus
Here are some high quality newsletters you should subscribe for your weekly webdev news:
Please comment with the links you have found useful for learning React / Redux.