Back to quizzes
State Management Quiz
Java / Loops | Medium | 15 questions
Question 1 of 15
4 free questions left
What is state in React?
A
n object that holds data that may change over the lifecycle of a component.
B
A function to render UI components.
C
A way to define a component's lifecycle.
D
A method to optimize performance.