-
Notifications
You must be signed in to change notification settings - Fork 108
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.
- Start with a quick overview using the official react docs: https://facebook.github.io/react/tutorial/tutorial.html
- Learn some ES6: http://ccoenraets.github.io/es6-tutorial/
- Checkout webpack (no need to go hands on for this): https://www.youtube.com/watch?v=9kJVYpOqcVU
- Complete this excellent free series on React/Redux/ImmutableJS: https://www.youtube.com/watch?v=MhkGQAoc7bc&list=PLoYCgNOIyGABj2GQSlDRjgvXtqfDxKm5b
- Complete this project as you read it: https://www.fullstackreact.com/articles/react-tutorial-cloning-yelp/
Do all these in the order mentioned.