# Controlled Component

3개의 포스트
post-thumbnail

[React]-Form을 만들어보자!/제어 컴포넌트와 비제어 컴포넌트??

오늘은 form을 만드는 두 가지 방법에 대해 알아보았다.Controlled Component: 제어 컴포넌트Uncontrolled Component: 비제어 컴포넌트사용자가 무언가를 클릭하거나 했을 때 UI가 업데이트 되어야 한다면, React Component 자체

2023년 4월 10일
·
0개의 댓글
·
post-thumbnail

(React) 제어 컴포넌트 (Controlled Component)

제어 컴포넌트 (Contorolled Component)란, 컴포넌트 내부 로직에 의해서 화면에 보여지는 값이 변하는 방식이다.

2021년 9월 2일
·
0개의 댓글
·