File tree 1 file changed +9
-9
lines changed
src/content/reference/react
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : " Built-in React Components "
2
+ title : " 組み込みの React コンポーネント "
3
3
---
4
4
5
5
<Intro >
6
6
7
- React exposes a few built-in components that you can use in your JSX.
7
+ React は、 JSX で使用できるいくつかの組み込みコンポーネントを公開しています。
8
8
9
9
</Intro >
10
10
11
11
---
12
12
13
- ## Built-in components {/* built-in-components* /}
13
+ ## 組み込みコンポーネント {/* built-in-components* /}
14
14
15
- * [ ` <Fragment> ` ] ( /reference/react/Fragment ) , alternatively written as ` <>...</> ` , lets you group multiple JSX nodes together.
16
- * [ ` <Profiler> ` ] ( /reference/react/Profiler ) lets you measure rendering performance of a React tree programmatically.
17
- * [ ` <Suspense> ` ] ( /reference/react/Suspense ) lets you display a fallback while the child components are loading.
18
- * [ ` <StrictMode> ` ] ( /reference/react/StrictMode ) enables extra development-only checks that help you find bugs early.
15
+ * [ ` <Fragment> ` ] ( /reference/react/Fragment ) を使い、複数の JSX ノードをまとめることができます。別の書き方として ` <>...</> ` があります。
16
+ * [ ` <Profiler> ` ] ( /reference/react/Profiler ) を使い、 React ツリーのレンダーパフォーマンスをプログラム上で測定することができます。
17
+ * [ ` <Suspense> ` ] ( /reference/react/Suspense ) を使い、子コンポーネントがロードされる間、フォールバックを表示することができます。
18
+ * [ ` <StrictMode> ` ] ( /reference/react/StrictMode ) を使い、バグを早期に見つけるための追加の開発環境専用チェックを有効化します。
19
19
20
20
---
21
21
22
- ## Your own components {/* your-own-components* /}
22
+ ## 自分自身のコンポーネント {/* your-own-components* /}
23
23
24
- You can also [ define your own components ] ( /learn/your-first-component ) as JavaScript functions.
24
+ JavaScript 関数として [ 自分自身のコンポーネントを定義 ] ( /learn/your-first-component ) することもできます。
You can’t perform that action at this time.
0 commit comments