Q. What is the recommended way to handle forms in React?

  • (A) Using controlled components
  • (B) Using uncontrolled components only
  • (C) Using direct DOM manipulation
  • (D) Not recommended to handle forms
πŸ’¬ Discuss
βœ… Correct Answer: (A) Using controlled components
Explanation: Controlled components allow React to manage form input values.
Explanation by: Mr. Dubey
Controlled components allow React to manage form input values.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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