Question 1 out of 4
What is a state in React?
A built-in React object
In React, state is a built-in object that allows components to keep track of changing data.
Added to