Q. How do you handle forms in React?

  • (A) Using traditional HTML methods
  • (B) Using refs only
  • (C) Using controlled components
  • (D) Only with third-party libraries
πŸ’¬ Discuss
βœ… Correct Answer: (C) Using controlled components
Explanation: In React, form elements are often controlled using state.
Explanation by: Mr. Dubey
In React, form elements are often controlled using state.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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