And, of course, people are choosing different paths to fill in the rest of the stack. All of which pull your specific 'style' of using react in slightly different directions.
Ask HN: What are some good React tutorials?
11–20 of 46 posts
Re: Ask HN: What are some good React tutorials?
#12Re: Ask HN: What are some good React tutorials?
#13I suspect part of the rub is that with react being only the 'V' in MVC, stand-alone tutorials leave you with only part of the picture. And, of course, people are choosing different paths to fill in the rest of the stack. All of which pull your specific 'style' of using react in slightly different directions.
Re: Ask HN: What are some good React tutorials?
#14Full of graphics and nice examples - it covers a lot of the reasons folks find react so fun to work with.
As a pro-tip: there is a lot of tooling, and things move quickly so a lot of examples on the web get outdated FAST. Don't be discouraged - it can be rough.
Re: Ask HN: What are some good React tutorials?
#15Re: Ask HN: What are some good React tutorials?
#16Re: Ask HN: What are some good React tutorials?
#17I've had 4500 people take it so far and have had tons of positive feedback - take a look!
Re: Ask HN: What are some good React tutorials?
#18I am using this one and like it very much so far: http://courses.reactjsprogram.com/courses/reactjsfundamental... It's by Tyler McGinnis.
Re: Ask HN: What are some good React tutorials?
#19Sorry for the self promotion, but I wrote a few React tutorials with someone like you in mind. They're only covering the basics of React, coding directly in an html file, so they don't involve getting up and running with Node+React. But I think that should be tackled after you know the basics of React. Building Your First React App: https://medium.com/learning-new-stuff/building-your-first-re... Building Your Second…