learnTrack / Q-A

Questions and Answers
10 stars 0 forks source link

What are the best resources/tutorials to learn React.js? #35

Open heron2014 opened 8 years ago

cagarweyne commented 8 years ago

A quick google search of react will show some promising tutorials, however, there are multiple versions of React and each tutorial will be following a specific version. So you will likely encounter issues when running the latest version of React and following old tutorials. The best and up-to-date resource, in my opinion, is straight from the horses mouth on Facebook's Github page: https://facebook.github.io/react/docs/tutorial.html they have a solid step by step tutorial creating an interactive comments component. I am also creating a more detailed tutorial (incrementally) here.

iteles commented 8 years ago

@heron2014 Would be good to also note why you want to learn react :blush:

heron2014 commented 8 years ago

@iteles open an issue with the question :)

heron2014 commented 8 years ago

Other Resources: React rocks React components Publishing react components YouTube Series props vs state