https://code-cartoons.com/a-cartoon-guide-to-flux-6157355ab2...
Ask HN: What are some good React tutorials?
21–30 of 46 posts
Re: Ask HN: What are some good React tutorials?
#22Re: Ask HN: What are some good React tutorials?
#23Re: Ask HN: What are some good React tutorials?
#24I 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.
Searching for MVC trips a lot of developers up.
Re: Ask HN: What are some good React tutorials?
#25Re: Ask HN: What are some good React tutorials?
#26Re: Ask HN: What are some good React tutorials?
#27I'm the author of http://ReactForBeginners.com I'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?
#28I can only recommend two: - The official Facebook React tutorial. It might be unsexy, but hell it's good. In fact, it's the best official documentation I've ever seen: https://facebook.github.io/react/docs/tutorial.html - React for Beginners. The only screencast that didn't make me want to fall asleep – worth every dollar: http://reactforbeginners.com
Re: Ask HN: What are some good React tutorials?
#29https://github.com/ustun/reactjs-introduction
There is a video at https://www.youtube.com/watch?v=NSeurgO39Hk if you are interested.
Re: Ask HN: What are some good React tutorials?
#30http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial...
Learning Redux from the get go means you can skip a lot of React's internal state management / lifecycle methods.
The tutorial also covers a bunch of relevant topics like TDD with React, immutable.js, and socket.io.