Q. What is a controlled component in React?

  • (A) A component that controls another
  • (B) A component with its own state
  • (C) A form element controlled by React state
  • (D) A static component
πŸ’¬ Discuss
βœ… Correct Answer: (C) A form element controlled by React state
Explanation: Controlled components have form elements where the value is tied to state.
Explanation by: Mr. Dubey
Controlled components have form elements where the value is tied to state.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
74
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
84%
Success Rate