Open heron2014 opened 9 years ago
@heron2014 Would be good to also note why you want to learn react :blush:
@iteles open an issue with the question :)
Other Resources: React rocks React components Publishing react components YouTube Series props vs state
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.