[React] What is Controlled/Uncontrolled Component?
React provides developers with two main approaches for managing form elements: controlled components and uncontrolled components.
1. Contorlled Component
A controlled component is a form element whose value is controlled by the state. This means tha...
jingwangjjang.hashnode.dev2 min read