Skip to content

Commit c9e8898

Browse files
committed
Resolve merge conflict
Related to 6bb0d33
1 parent a5545e9 commit c9e8898

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/docs/components-and-props.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,7 @@ function Comment(props) {
237237

238238
[CodePen에서 시험해보기](codepen://components-and-props/extracting-components-continued)
239239

240-
<<<<<<< HEAD
241-
처음에는 컴포넌트를 추출하는 작업이 지루해 보일 수 있습니다. 하지만 재사용 가능한 컴포넌트를 만들어 놓는 것은 더 큰 앱에서 작업할 때 두각을 나타냅니다. UI 일부가 여러 번 사용되거나 (`Button`, `Panel`, `Avatar`), UI 일부가 자체적으로 복잡한 (`App`, `FeedStory`, `Comment`) 경우에는 재사용 가능한 컴포넌트로 만드는 것이 좋습니다.
242-
=======
243-
Extracting components might seem like grunt work at first, but having a palette of reusable components pays off in larger apps. A good rule of thumb is that if a part of your UI is used several times (`Button`, `Panel`, `Avatar`), or is complex enough on its own (`App`, `FeedStory`, `Comment`), it is a good candidate to be extracted to a separate component.
244-
>>>>>>> c9b990070fc35d31b56957263e1ea9fe2fe67b40
240+
처음에는 컴포넌트를 추출하는 작업이 지루해 보일 수 있습니다. 하지만 재사용 가능한 컴포넌트를 만들어 놓는 것은 더 큰 앱에서 작업할 때 두각을 나타냅니다. UI 일부가 여러 번 사용되거나 (`Button`, `Panel`, `Avatar`), UI 일부가 자체적으로 복잡한 (`App`, `FeedStory`, `Comment`) 경우에는 별도의 컴포넌트로 만드는 게 좋습니다.
245241

246242
## props는 읽기 전용입니다. {#props-are-read-only}
247243

0 commit comments

Comments
 (0)