Skip to content

Commit fd0099e

Browse files
merging all conflicts
2 parents b7a58ea + 2c7798d commit fd0099e

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
* [`<Suspense>`](/reference/react/Suspense) を使い、子コンポーネントがロードされる間、フォールバックを表示することができます。
1819
* [`<StrictMode>`](/reference/react/StrictMode) を使い、バグを早期に見つけるための追加の開発環境専用チェックを有効化します。
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)