Chooce video playback speed
speed:1

Rewrite a React Component Class to use the useState Hook Instead of Local State

InstructorChris Achard

Share this video with your friends

Send Tweet

React Hooks can replace local state in React components, so that you can write entire components as functions now, instead of classes.

In this lesson, we'll convert a React class component to a functional component, by switching from using local state to using the useState hook from React.

This lesson is a Community Resource

A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.