Question 1 out of 3
What is a state in React?
A built-in React component
In React, state is a built-in React component that allows components to store and manage their own data.
Added to