Ask HN: What are some good React tutorials?
1–10 of 46 posts
Re: Ask HN: What are some good React tutorials?
#2And then you can always look at awesome-react. [2]
[1] https://github.com/petehunt/react-howto [2] https://github.com/enaqx/awesome-react
Re: Ask HN: What are some good React tutorials?
#3Building Your First React App: https://medium.com/learning-new-stuff/building-your-first-re...
Building Your Second React App: https://medium.com/learning-new-stuff/building-your-second-r...
React.JS in 8 minutes: https://medium.com/learning-new-stuff/learn-react-js-in-7-mi...
Other than that, I always recommend the official tutorial: https://facebook.github.io/react/docs/tutorial.html
... and Egghead.io's videos: https://egghead.io/series/react-fundamentals
Re: Ask HN: What are some good React tutorials?
#4Re: Ask HN: What are some good React tutorials?
#5Full-Stack Redux Tutorial: http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial...
Re: Ask HN: What are some good React tutorials?
#6https://facebook.github.io/react/docs/thinking-in-react.html
Re: Ask HN: What are some good React tutorials?
#7React.js By Example [http://reactkungfu.com/react-by-example/] was enormously helpful in showing how to structure various different real-world apps. So if you find yourself beyond the basic CommentBox examples, but not sure how to build your own components then this might help.
Re: Ask HN: What are some good React tutorials?
#8will help you to get started with react. I'm following this blog post to learn react myself.
Re: Ask HN: What are some good React tutorials?
#9http://jamesknelson.com/learn-raw-react-no-jsx-flux-es6-webp...