Skip to content

Commit 3414f1d

Browse files
committed
Resolve merge conflict
Related to c26e34d
1 parent 7023d6a commit 3414f1d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/docs/uncontrolled-components.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ title: 비제어 컴포넌트
44
permalink: docs/uncontrolled-components.html
55
---
66

7-
<<<<<<< HEAD
8-
대부분 경우에 폼을 구현하는데 [제어 컴포넌트](/docs/forms.html)를 사용하는 것이 좋습니다. 제어 컴포넌트에서 폼 데이터는 React 컴포넌트에서 다루어집니다. 대안인 비제어 컴포넌트는 DOM 자체에서 폼 데이터가 다루어집니다.
9-
=======
10-
In most cases, we recommend using [controlled components](/docs/forms.html#controlled-components) to implement forms. In a controlled component, form data is handled by a React component. The alternative is uncontrolled components, where form data is handled by the DOM itself.
11-
>>>>>>> 081bb31226919062938ef924472ba1b4170facfc
7+
대부분 경우에 폼을 구현하는데 [제어 컴포넌트](/docs/forms.html#controlled-components)를 사용하는 것이 좋습니다. 제어 컴포넌트에서 폼 데이터는 React 컴포넌트에서 다루어집니다. 대안인 비제어 컴포넌트는 DOM 자체에서 폼 데이터가 다루어집니다.
128

139
모든 state 업데이트에 대한 이벤트 핸들러를 작성하는 대신 비제어 컴포넌트를 만들려면 [ref를 사용](/docs/refs-and-the-dom.html)하여 DOM에서 폼 값을 가져올 수 있습니다.
1410

0 commit comments

Comments
 (0)