Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save schatterjee4/35426c5990a989d9db810501286eb851 to your computer and use it in GitHub Desktop.
Save schatterjee4/35426c5990a989d9db810501286eb851 to your computer and use it in GitHub Desktop.
Here are some resources I’ve used to learn react, redux and es6

ES6:

Learn ES6 (ECMAScript 2015) https://egghead.io/courses/learn-es6-ecmascript-2015

You-Dont-Know-JS/es6 & beyond at master https://github.com/getify/You-Dont-Know-JS/tree/master/es6%20%26%20beyond#you-dont-know-js-es6--beyond

Learn ECMAScript6 by doing it http://es6katas.org/

The Rise and Fall and Rise of Functional Programming (Composing Software) – JavaScript Scene – Medium https://medium.com/javascript-scene/the-rise-and-fall-and-rise-of-functional-programming-composable-software-c2d91b424c8c#.sigp61y9j

My favorite ES6 | Better world by better software https://glebbahmutov.com/blog/my-favorite-es6/

There is another great video on es6 in depth by Kyle Simpson that is around somewhere I don’t have the link anymore/you may find it.

React:

REACT JS TUTORIAL #1 - Reactjs Javascript Introduction & Workspace Setup - YouTube https://www.youtube.com/watch?v=MhkGQAoc7bc&list=PLoYCgNOIyGABj2GQSlDRjgvXtqfDxKm5b

Start Using React to Build Web Applications https://egghead.io/courses/react-fundamentals

What's the best place to learn React.js? - Quora https://www.quora.com/Whats-the-best-place-to-learn-React-js

React For Beginners — The best way to learn React https://reactforbeginners.com/

React Tutorial | Code School https://www.codeschool.com/courses/powering-up-with-react

React Succinctly http://files2.syncfusion.com/Downloads/Ebooks/Reactjs_Succinctly.pdf

Best ReactJS books in 2017 - ReactDOM https://reactdom.com/blog/reactjs-books

Fullstack React 🐬 Book - The Complete Guide to ReactJS and Friends https://www.fullstackreact.com/

React.js: Getting Started | Pluralsight (via 10 day free trial) https://app.pluralsight.com/library/courses/react-js-getting-started/table-of-contents

Redux:

Redux for the very beginner http://toranbillups.com/blog/archive/2016/01/22/redux-for-the-very-beginner/

Getting Started with Redux https://egghead.io/courses/getting-started-with-redux

Tutorial | ReactJS Redux: Mastering Best Practices and Blog http://reactjs.co/#Why-to-learn-and-use-React

Curated tutorial and resource links I've collected on React, Redux, ES6, and more https://github.com/markerikson/react-redux-links


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment