Form handling in React
Uncontrolled form
Controlled form
Uncontrolled Form:
It is a form where it is created using reference concept
In FBC we use useRef() to create uncontrolled form
These forms are completely handled by DOM itself
Suppose if we wanted to take we w...
reactjsbynitin.hashnode.dev2 min read