Understanding Controlled and Uncontrolled Components in React
Handling form is an integral part in React as most web apps rely a lot on the user input. React provides two approaches of handling form. They are via:
Controlled component
Uncontrolled component
Each method has their own pros and cons. Lets disc...
letslearn.hashnode.dev3 min read