Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

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

---

Expand Down
2 changes: 1 addition & 1 deletion src/sidebarBlog.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"title": "React Compiler v1.0",
"titleForHomepage": "React Compiler v1.0",
"icon": "blog",
"date": "October 8, 2025",
"date": "October 7, 2025",
"path": "/blog/2025/10/07/react-compiler-1"
},
{
Expand Down