Skip to content

Commit 3767c7b

Browse files
committed
docs: title and intro section
1 parent 5b2004c commit 3767c7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/learn/queueing-a-series-of-state-updates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Queueing a Series of State Updates
2+
title: Mengantre Serangkaian Pembaruan State
33
---
44

55
<Intro>
66

7-
Setting a state variable will queue another render. But sometimes you might want to perform multiple operations on the value before queueing the next render. To do this, it helps to understand how React batches state updates.
7+
Mengatur variabel *state* akan menambahkan antrean (*queue*) *render* baru. Terkadang Anda ingin melakukan beberapa operasi terhadap nilai sebelum menambahkan antran *render* sealnjutnya. Untuk melakukannya, pentin untuk memahami bagaimana React melakukan pembaruan *state* secara berkelompok.
88

99
</Intro>
1010

@@ -600,4 +600,4 @@ Now you know how this part of React works!
600600

601601
</Solution>
602602

603-
</Challenges>
603+
</Challenges>

0 commit comments

Comments
 (0)