What’s the difference between a controlled component and an uncontrolled one in React? Technology Community › Category: React › What’s the difference between a controlled component and an uncontrolled one in React? 0 Vote Up Vote Down VietMX Staff asked 4 years ago A controlled component has its state completely driven by React, Uncontrolled components can maintain their own internal state. E.g., a textarea’s value.