Jiwon Yujingwangjjang.hashnode.dev·Feb 5, 2024[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...Controlled Component