Skip to content

Commit 60da9fd

Browse files
aroyanresir014mazipan
authored
docs: translate API Reference -> react -> built-in components (#555)
Co-authored-by: Resi Respati <resir014@gmail.com> Co-authored-by: Irfan Maulana <mazipanneh@gmail.com>
1 parent e084525 commit 60da9fd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
title: "Built-in React Components"
2+
title: "Komponen Bawaan React"
33
---
44

55
<Intro>
66

7-
React exposes a few built-in components that you can use in your JSX.
7+
React menyediakan beberapa komponen bawaan yang dapat Anda gunakan dalam JSX Anda.
88

99
</Intro>
1010

1111
---
1212

13-
## Built-in components {/*built-in-components*/}
13+
## Komponen bawaan {/*built-in-components*/}
1414

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), sebagai alternatif dapat ditulis menjadi `<>...</>`, memungkinkan Anda untuk mengelompokkan beberapa simpul JSX secara bersamaan.
16+
* [`<Profiler>`](/reference/react/Profiler) memungkinkan Anda mengukur kinerja *render*-ing dari pohon React secara programatik.
17+
* [`<Suspense>`](/reference/react/Suspense) memungkinkan Anda untuk menampilkan *fallback* saat komponen-komponen *child* sedang dimuat.
18+
* [`<StrictMode>`](/reference/react/StrictMode) mengaktifkan pemeriksaan tambahan khusus pengembangan yang membantu Anda menemukan bug secara dini.
1919

2020
---
2121

22-
## Your own components {/*your-own-components*/}
22+
## Komponen Anda sendiri {/*your-own-components*/}
2323

24-
You can also [define your own components](/learn/your-first-component) as JavaScript functions.
24+
Anda juga dapat [mendefinisikan komponen Anda sendiri](/learn/your-first-component) sebagai fungsi JavaScript.

0 commit comments

Comments
 (0)