Manage local state in React with the `useState` hook

Share this video with your friends

Send Tweet

In this lesson, we create a "Search" component which allows users to filter the names list based on their input. We introduce the useState React hook to handle the state of the input field.