File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
src/content/reference/react Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff 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* [ ` <Suspense> ` ] ( /reference/react/Suspense ) を使い、子コンポーネントがロードされる間、フォールバックを表示することができます。
1918* [ ` <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
19+ * [ ` <Activity> ` ] ( /reference/react/Activity ) を使い、内部状態を復元しつつ UI の表示状態を切り替えます。
2720
2821---
2922
You can’t perform that action at this time.
0 commit comments