Skip to content

Commit 6e72595

Browse files
merging all conflicts
2 parents ae0f846 + 2c7798d commit 6e72595

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/content/reference/react/components.md

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

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

15+
<<<<<<< HEAD
1516
* [`<Fragment>`](/reference/react/Fragment) 또는 `<>...</>` 로 표기하며, 여러 JSX 노드를 함께 그룹화할 수 있습니다.
1617
* [`<Profiler>`](/reference/react/Profiler)를 통해 React 트리의 렌더링 성능을 프로그래밍 방식으로 측정할 수 있습니다.
1718
* [`<StrictMode>`](/reference/react/StrictMode)를 통해 초기에 버그를 찾는 데 도움이 되는 추가 개발 전용 검사를 사용할 수 있습니다.
1819
* [`<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.
25+
* [`<Activity>`](/reference/react/Activity) lets you hide and restore the UI and internal state of its children.
26+
>>>>>>> 2c7798dcc51fbd07ebe41f49e5ded4839a029f72
1927
2028
---
2129

src/sidebarBlog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"title": "React Compiler v1.0",
2323
"titleForHomepage": "React Compiler v1.0",
2424
"icon": "blog",
25-
"date": "October 8, 2025",
25+
"date": "October 7, 2025",
2626
"path": "/blog/2025/10/07/react-compiler-1"
2727
},
2828
{

0 commit comments

Comments
 (0)