You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/reference/react-dom/hooks/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "Built-in React DOM Hooks"
2
+
title: "Hook React DOM Bawaan"
3
3
---
4
4
5
5
<Intro>
@@ -10,11 +10,11 @@ title: "Built-in React DOM Hooks"
10
10
11
11
---
12
12
13
-
## Form Hooks {/*form-hooks*/}
13
+
## Hook Formulir {/*form-hooks*/}
14
14
15
-
*Forms* memungkinkan Anda membuat kontrol interaktif untuk mengirimkan informasi. Untuk mengelola form di komponen Anda, gunakan salah satu Hooks ini:
15
+
Formulir memungkinkan Anda membuat kontrol interaktif untuk mengirimkan informasi. Untuk mengelola formulir di komponen Anda, gunakan salah satu Hooks ini:
16
16
17
-
*[`useFormStatus`](/reference/react-dom/hooks/useFormStatus)allows you to make updates to the UI based on the status of a form.
17
+
*[`useFormStatus`](/reference/react-dom/hooks/useFormStatus)memungkinkan anda melakukan pembaruan UI berdasarkan status formulir.
0 commit comments