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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Using controlled components Explanation: In React, form elements are often controlled using state.