React

React Tutorial Content

  1. Prerequisites
    • var, let and const
    • arrow function
    • template literals
    • default parameters
    • object literals
    • rest spread operations
    • destructuring assignment
    • fetch api
  2. Installation and Hello World
  3. Render Function
  4. JSX (JavaScript XML)
  5. Components – Functional and Class Component
  6. Props
  7. State
  8. Events
  9. Hooks – State and Effect
  10. LifeCycle
  11. Handling Forms
  12. Styling Component (CSS)