Understanding Uncontrolled Components in React
Introduction:
When it comes to form handling in React, there are two types of components - controlled and uncontrolled components. Controlled components are those whose value is managed by React, while uncontrolled components are those whose value is...
smartshock.hashnode.dev2 min read