Skip to content

Commit 1523d1a

Browse files
committed
docs: react-dom/client translation (wip)
1 parent 4b0f0ae commit 1523d1a

File tree

1 file changed

+3
-2
lines changed
  • src/content/reference/react-dom/client

1 file changed

+3
-2
lines changed

src/content/reference/react-dom/client/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
title: Client React DOM APIs
2+
title: API klien React DOM
33
---
44

55
<Intro>
66

7-
The `react-dom/client` APIs let you render React components on the client (in the browser). These APIs are typically used at the top level of your app to initialize your React tree. A [framework](/learn/start-a-new-react-project#production-grade-react-frameworks) may call them for you. Most of your components don't need to import or use them.
7+
8+
API `react-dom/client` memungkinkan Anda untuk merender komponen React pada sisi klien (di browser). Biasanya API ini digunakan pada level atas aplikasi React untuk menginisialisasi pohon React Anda. Sebuah [*framework*](/learn/start-a-new-react-project#production-grade-react-frameworks) mungkin memanggilnya untuk Anda. Kebanyakan komponen Anda tidak perlu mengimpor atau menggunakannya.
89

910
</Intro>
1011

0 commit comments

Comments
 (0)