React - Introduction to State and useState

Difficulty: Beginner
Duration: 10 minutes and 47 seconds
Students: 31

This lesson teaches you about state and the useState hook. State is component-specific memory.

Learning Objectives

  • Learn what state is
  • Learn how to implement the useState hook
  • Learn how to work with state within an event handler function

Intended Audience

  • This lesson is intended for anyone who wants to learn about React

Prerequisites

Covered Topics