/React-Basics

Primary LanguageJavaScript

React-Basics

  1. Environment Setup
  2. JSX
  • Using JSX
  • Nested Elements
  • Javascript Expression
  • Ternary Expression
  1. Components
  • Stateless (Functional Component)
  • Statefull (Class Component)
  • Calling a Component
  1. State
  2. Props
  • Using Props
  • Default Props
  • State and Props
  • Props Validation
  • Validating Props
  1. Component APIs and Life Cycle
  • setState
  • Component Life Cycle
  1. Forms
  • Using Form
  • Complex Form
  1. Events
  • Using Events
  • Child Events
  1. Keys
  2. React Router
  3. Higher Order Components