Skip to content

Instantly share code, notes, and snippets.

@azs06
Last active April 7, 2024 18:06
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save azs06/51cf12d90c5437b15f89f85423ce24ae to your computer and use it in GitHub Desktop.
Save azs06/51cf12d90c5437b15f89f85423ce24ae to your computer and use it in GitHub Desktop.
List of resources to learn react and it's ecosystem

React.js

  1. Official documentation - https://reactjs.org/docs/hello-world.html
  2. React.js course by Kent C. Dodds - https://egghead.io/courses/the-beginner-s-guide-to-reactjs
  3. React Holiday - https://react.holiday/
  4. React Englightment - https://www.reactenlightenment.com/
  5. Learn React by Michael Chan - https://learnreact.com/
  6. 30 days of React - https://www.fullstackreact.com/30-days-of-react/
  7. The road to learn React - https://www.robinwieruch.de/the-road-to-learn-react/
  8. React Patterns - https://reactpatterns.com/
  9. React bits - https://github.com/vasanthk/react-bits
  10. React demos - https://github.com/ruanyf/react-demos
  11. Complete intro to React by Brian Holt - https://btholt.github.io/complete-intro-to-react/
  12. Build with React(a bit outdated, still useful) - http://buildwithreact.com/
  13. The introduction to React you have been missing, by Kent C. Dodds - https://www.youtube.com/watch?v=pugPxYH96TU&feature=youtu.be&a=
  14. Learn How To Program's React.js guide - https://www.learnhowtoprogram.com/react/react-fundamentals
  15. All in one guide to Learn React - http://www.react.express/
  16. React fundamentals by Tyler Mcginnis(one of the best) - https://tylermcginnis.com/courses/react-fundamentals/
  17. React 101 from Codeacademy - https://www.codecademy.com/learn/react-101
  18. Advanced React by Ryan Florence - https://courses.reacttraining.com/
  19. React Patterns by React Tranining - https://reacttraining.com/patterns/
  20. React.js tutorial(including Redux and Mobx) by LearnCode.academy - https://www.youtube.com/playlist?list=PLoYCgNOIyGABj2GQSlDRjgvXtqfDxKm5b
  21. React.js tutorials by The Net Ninja - https://www.youtube.com/playlist?list=PL4cUxeGkcC9i0_2FF-WhtRIfIJ1lXlTZR
  22. React Armory, Cool way to learn React.js - https://reactarmory.com/
  23. React.js Getting Started and Concepts - https://scotch.io/tutorials/learning-react-getting-started-and-concepts
  24. React 101 by ihatetomatoes - https://ihatetomatoes.net/get-react-101/
  25. React Tutorial for Beginners - https://ihatetomatoes.net/react-tutorial-for-beginners/
  26. Real world React.js - https://thinkster.io/topics/react
  27. Learn React-Redux by Rem Zolotykh - https://remzolotykh.net/tag/react-and-redux/
  28. Survivejs React course - https://survivejs.com/react/introduction/
  29. React.js Prototyping on DevTips by Mpj and Data David 🤩- https://www.youtube.com/playlist?list=PLqGj3iMvMa4LFqyGab_aR7M0zfQm2KTuX Blog Post/Aricles
  30. React beginner question thread by Dan Abramov - https://dev.to/dan_abramov/react-beginner-question-thread--1i5e
  31. React.js State vs Props - http://lucybain.com/blog/2016/react-state-vs-pros/
  32. React.js for begineers - https://blog.andrewray.me/reactjs-for-stupid-people/
  33. How to learn React.js https://www.lullabot.com/articles/how-to-learn-react
  34. React comprehensive guide - http://tylermcginnis.com/reactjs-tutorial-a-comprehensive-guide-to-building-apps-with-react/
  35. Another comprehensive guide to React - http://antjanus.com/blog/web-development-tutorials/front-end-development/comprehensive-beginners-guide-to-reactjs/
  36. React.js with no fuss - http://jamesknelson.com/learn-raw-react-no-jsx-flux-es6-webpack/
  37. React.js Examples - https://dev.to/drminnaar/11-react-examples-2e6d
  38. https://medium.mybridge.co/learn-react-js-from-top-45-tutorials-for-the-past-year-v-2018-28b7f4d4b2c4
  39. https://codeburst.io/how-to-not-react-common-anti-patterns-and-gotchas-in-react-40141fe0dcd

Redux

  1. Official documentation - https://redux.js.org/
  2. Redux tutorial - https://github.com/happypoulp/redux-tutorial
  3. Fullstack redux - http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html
  4. Redux Course by Dan Abramov - https://egghead.io/courses/getting-started-with-redux
  5. React Redux Tutorials for beginners - https://www.valentinog.com/blog/react-redux-tutorial-beginners/
  6. Crud with Redux by Rem Zolotykh - https://remzolotykh.net/tag/crud-with-redux/
  7. Learn Redux by Wes Bos - https://learnredux.com/
  8. Redux A Practical Tutorial - https://auth0.com/blog/redux-practical-tutorial/
  9. React Redux for Beginners - https://cdnjs.com/libraries/redux/tutorials/react-redux-beginners
  10. Learn Redux by Thinkster - https://thinkster.io/tutorials/learn-redux
  11. React Redux Login and Registration - http://jasonwatmore.com/post/2017/09/16/react-redux-user-registration-and-login-tutorial-example
  12. Redux Practical Tutorial - https://dzone.com/articles/redux-a-practical-tutorial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment