Skip to content

Commit 33fedf6

Browse files
authored
Merge pull request #882 from reactjs/sync-2c7798dc
Sync with react.dev @ 2c7798d
2 parents 14afa46 + 7eddf89 commit 33fedf6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/content/reference/react/components.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ React は、JSX で使用できるいくつかの組み込みコンポーネン
1616
* [`<Profiler>`](/reference/react/Profiler) を使い、React ツリーのレンダーパフォーマンスをプログラム上で測定することができます。
1717
* [`<Suspense>`](/reference/react/Suspense) を使い、子コンポーネントがロードされる間、フォールバックを表示することができます。
1818
* [`<StrictMode>`](/reference/react/StrictMode) を使い、バグを早期に見つけるための追加の開発環境専用チェックを有効化します。
19+
* [`<Activity>`](/reference/react/Activity) を使い、内部状態を復元しつつ UI の表示状態を切り替えます。
1920

2021
---
2122

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)