Introduction
  • Introduction To React
Installing Tools
  • Installing Required Tools
  • Creating React Project
How React Works
  • Significance Of Project Files
  • How React App Works
Components In React
  • Components In React
  • Functional Component
  • Class Component
  • What is JSX
Props In React
  • Props In Functional Component
  • Props In Class Component
  • Immutability of Props
State In React
  • Props VS State
  • Using State Part 1
  • Using State Part 2
  • Destructuring Props
Event Handling In React
  • Handling Events In Functional Component
  • Handling Events In Class Component
  • Event Binding