Skip to content

Commit

Permalink
docs: title and intro section
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevanzak committed May 1, 2023
1 parent facd556 commit 86e407b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/learn/queueing-a-series-of-state-updates.md
@@ -1,10 +1,10 @@
---
title: Queueing a Series of State Updates
title: Mengantre Serangkaian Pembaruan State
---

<Intro>

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.
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.

</Intro>

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

</Solution>

</Challenges>
</Challenges>

0 comments on commit 86e407b

Please sign in to comment.