/Learning-React

In this repo, I have added resources while I am learning react.

Learning React

In this repo, I have added React resources while I am learning react from React - The Complete Guide (incl Hooks, React Router, Redux). I highly recommend this course, if anyone want to gain indepth knowldge of react from scratch.

If you learn react in the following order by understanding every concept , I bet you will master react in just 20 days. Resources I used to learn react in sequential order:

  1. Introduction
  2. What are the main advantages of ReactJS over plain JavaScript?
  3. HTML CSS Crash Course by Traversy Media
  4. Javascript Crash Course by Traversy Media
  5. Create React App
  6. Components and Props
  7. Organizing Components
  8. Event Handeling
  9. Input Forms
  10. Passing Data from child to parent
  11. useState
  12. Keys in React
  13. Conditional Rendering
  14. Styled Components
  15. CSS MODULES
  16. useRef
  17. useEffect
  18. useReducer
  19. Context API and useContext
  20. forwardRef
  21. useCallback
  22. Class based components
  23. Fetch API
  24. Custom Hooks
  25. React Router
  26. React Redux

If you have gone through these articles wisely, then you must be a PRO in React as of now. Please practice by building up projects in React. Don't know which project to start? Click Here