#### **What is a state in React?**

What is a state in React?

  1. External storage of the component
  2. A permanent storage
  3. Internal storage of the component
  4. None of the above

Answer: Internal storage of the component