Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 231 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 231 Bytes

controlled component vs uncontrolled components

In a controlled component, form data is handled by a React component. The alternative is uncontrolled components, where form data is handled by the DOM itself.