React State

Learn what state means in a React application.

We'll cover the following

React state

React has a built-in state object. This state object is where we store values that relate to a component. The rendering of a React component depends on its state. When the state of a component changes, the component rerenders.

Get hands-on with 1200+ tech skills courses.