Skip to content

Commit 2c1cb7c

Browse files
committed
Resolve merge conflict
Related to eef56ff
1 parent 17fecef commit 2c1cb7c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/docs/thinking-in-react.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ JSON API는 아래와 같은 데이터를 반환합니다.
7676

7777
### 짧은 소개: Props vs State {#a-brief-interlude-props-vs-state}
7878

79-
<<<<<<< HEAD
80-
React 에는 두가지 데이터 “모델”인 props와 state가 있습니다. 이 둘 사이의 차이점을 이해하는 것이 중요합니다. 차이점이 제대로 기억나지 않는다면 [공식 React 문서](/docs/interactivity-and-dynamic-uis.html)를 살펴보세요.
81-
=======
82-
There are two types of "model" data in React: props and state. It's important to understand the distinction between the two; skim [the official React docs](/docs/state-and-lifecycle.html) if you aren't sure what the difference is. See also [FAQ: What is the difference between state and props?](/docs/faq-state.html#what-is-the-difference-between-state-and-props)
83-
>>>>>>> eef56ffdcfa995e3478f85cd9d02f4be01f65b79
79+
React에는 두 가지 데이터 "모델"인 props와 state가 있습니다. 이 둘 사이의 차이점을 이해하는 것이 중요합니다. 차이점이 제대로 기억나지 않는다면 [공식 React 문서](/docs/state-and-lifecycle.html)[자주 묻는 질문: state와 props의 차이점은 무엇인가요?](/docs/faq-state.html#what-is-the-difference-between-state-and-props)까지 살펴보세요.
8480

8581
## 3단계: UI state에 대한 최소한의 (하지만 완전한) 표현 찾아내기 {#step-3-identify-the-minimal-but-complete-representation-of-ui-state}
8682

0 commit comments

Comments
 (0)