Home »
MCQs »
ReactJS MCQs
In ReactJS, what is State?
40. In ReactJS, what is State?
- It's a temporary storage of the elements
- It's a state of the execution of the ReactJS application
- It's an internal storage of the components
- All of the above
Answer: C) It's an internal storage of the components
Explanation:
In ReactJS, the State is an internal storage of the components.