Controlled vs uncontrolled components
What's the difference between controlled and uncontrolled components?
In a controlled component, form data is handled by a React component. Whereas in uncontrolled components, form data is handled by the DOM itself
CONTROLLED COMPONENTUNCONTROLLE...
moemensaadeh.hashnode.dev1 min read