#reactjs #hooks In this tutorial video we will learn about React useState hook. This React hook allows you to have state inside of React components.
By the end of this video, you will be able to understand how to create a state variable, set a default value and how to update the state value. You'll also learn how not to update the state value.