Hacker News new | ask | show | jobs
by mrborgen 3724 days ago
Sorry 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 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

1 comments

I remember doing that Egghead course over 2 years ago. Are they still valid?