If you're just starting out with React, I highly recommend Tyler McGinnis's free React Fundamentals course: <a href="https://reacttraining.com/online/react-fundamentals" rel="nofollow">https://reacttraining.com/online/react-fundamentals</a><p>It's the gold standard IMO for an intro to React
I keep a big list of links to high-quality tutorials and articles on React, Redux, and related topics, at <a href="https://github.com/markerikson/react-redux-links" rel="nofollow">https://github.com/markerikson/react-redux-links</a> . Specifically intended to be a great starting point for anyone trying to learn the ecosystem, as well as a solid source of good info on more advanced topics.<p>Besides all the tutorials and articles, my list also has a section on "Community Resources", which points to other useful lists, newsletters, and more: <a href="https://github.com/markerikson/react-redux-links/blob/master/community-resources.md" rel="nofollow">https://github.com/markerikson/react-redux-links/blob/master...</a> .<p>I'll also specifically highlight the Reactiflux community on Discord. It's a great place to ask questions, chat, and learn about React and related technologies. The invite link is at <a href="https://www.reactiflux.com" rel="nofollow">https://www.reactiflux.com</a> .
I still have my reading list from when I started out with React. Here are some of the most valuable resources that helped me grok React:
<a href="http://krasimirtsonev.com/blog/article/react-js-in-design-patterns" rel="nofollow">http://krasimirtsonev.com/blog/article/react-js-in-design-pa...</a>
<a href="http://chibicode.com/react-js-introduction-for-people-who-know-just-enough-jquery-to-get-by/" rel="nofollow">http://chibicode.com/react-js-introduction-for-people-who-kn...</a>
<a href="https://medium.freecodecamp.com/the-5-things-you-need-to-know-to-understand-react-a1dbd5d114a3" rel="nofollow">https://medium.freecodecamp.com/the-5-things-you-need-to-kno...</a>
<a href="https://www.fullstackreact.com/30-days-of-react/" rel="nofollow">https://www.fullstackreact.com/30-days-of-react/</a><p>These also helped to understand specific React concepts:
<a href="https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0" rel="nofollow">https://medium.com/@dan_abramov/smart-and-dumb-components-7c...</a>
<a href="https://medium.com/@dan_abramov/mixins-are-dead-long-live-higher-order-components-94a0d2f9e750" rel="nofollow">https://medium.com/@dan_abramov/mixins-are-dead-long-live-hi...</a><p>Related tech but also helped me learn React:
<a href="https://brigade.engineering/what-is-the-flux-application-architecture-b57ebca85b9e" rel="nofollow">https://brigade.engineering/what-is-the-flux-application-arc...</a>
<a href="https://egghead.io/courses/getting-started-with-redux" rel="nofollow">https://egghead.io/courses/getting-started-with-redux</a>
I publish a series of React tutorials on Udemy.com, check the first one out here: <a href="https://www.udemy.com/react-redux?couponCode=HSALE10" rel="nofollow">https://www.udemy.com/react-redux?couponCode=HSALE10</a>. I've had many people go through the course and they generally seem to enjoy it :)
The Road to learn React [0] was released in November and already improved to its 3rd edition (released a few weeks ago). It is up to date, pay what you want and people enjoy it. If you want to check it out, I would be keen to hear your feedback!<p>- [0] <a href="https://www.robinwieruch.de/the-road-to-learn-react/" rel="nofollow">https://www.robinwieruch.de/the-road-to-learn-react/</a>
I've written some tutorials and articles on <a href="http://buildwithreact.com" rel="nofollow">http://buildwithreact.com</a>. Hope they help!
Here is one of the most extensive collection of react resource that I often check <a href="https://github.com/enaqx/awesome-react" rel="nofollow">https://github.com/enaqx/awesome-react</a><p>Also find some resources here: <a href="http://codecondo.com/reactjs-resources/" rel="nofollow">http://codecondo.com/reactjs-resources/</a>
I really enjoyed React for Beginners: <a href="https://reactforbeginners.com/" rel="nofollow">https://reactforbeginners.com/</a>
<a href="https://github.com/enaqx/awesome-react" rel="nofollow">https://github.com/enaqx/awesome-react</a> is a great start.