Skip to content

Getting started with ReactJS

Ashish Chaudhary edited this page May 10, 2017 · 1 revision

React is one of the easier frameworks to get started with but somehow ends up being pretty daunting for beginners. Key is to practice as you go.

  1. Start with a quick overview using the official react docs: https://facebook.github.io/react/tutorial/tutorial.html
  2. Learn some ES6: http://ccoenraets.github.io/es6-tutorial/
  3. Checkout webpack (no need to go hands on for this): https://www.youtube.com/watch?v=9kJVYpOqcVU
  4. Complete this excellent free series on React/Redux/ImmutableJS: https://www.youtube.com/watch?v=MhkGQAoc7bc&list=PLoYCgNOIyGABj2GQSlDRjgvXtqfDxKm5b
  5. Complete this project as you read it: https://www.fullstackreact.com/articles/react-tutorial-cloning-yelp/

Do all these in the order mentioned.

Clone this wiki locally