Skip to content

Commit f829b76

Browse files
committed
docs: resolve conflicts
1 parent 6e72595 commit f829b76

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/content/reference/react/components.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,11 @@ React는 JSX에서 사용할 수 있는 몇 가지 내장 컴포넌트를 제공
1212

1313
## 내장 컴포넌트 {/*built-in-components*/}
1414

15-
<<<<<<< HEAD
1615
* [`<Fragment>`](/reference/react/Fragment) 또는 `<>...</>` 로 표기하며, 여러 JSX 노드를 함께 그룹화할 수 있습니다.
1716
* [`<Profiler>`](/reference/react/Profiler)를 통해 React 트리의 렌더링 성능을 프로그래밍 방식으로 측정할 수 있습니다.
1817
* [`<StrictMode>`](/reference/react/StrictMode)를 통해 초기에 버그를 찾는 데 도움이 되는 추가 개발 전용 검사를 사용할 수 있습니다.
1918
* [`<Suspense>`](/reference/react/Suspense)를 통해 자식 컴포넌트를 로딩하는 동안 Fallback을 표시할 수 있습니다.
20-
=======
21-
* [`<Fragment>`](/reference/react/Fragment), alternatively written as `<>...</>`, lets you group multiple JSX nodes together.
22-
* [`<Profiler>`](/reference/react/Profiler) lets you measure rendering performance of a React tree programmatically.
23-
* [`<Suspense>`](/reference/react/Suspense) lets you display a fallback while the child components are loading.
24-
* [`<StrictMode>`](/reference/react/StrictMode) enables extra development-only checks that help you find bugs early.
2519
* [`<Activity>`](/reference/react/Activity) lets you hide and restore the UI and internal state of its children.
26-
>>>>>>> 2c7798dcc51fbd07ebe41f49e5ded4839a029f72
2720

2821
---
2922

0 commit comments

Comments
 (0)