Skip to content

Commit

Permalink
docs: translate understanding your ui as a tree (#662)
Browse files Browse the repository at this point in the history
Co-authored-by: Zain Fathoni <me@zainf.dev>
  • Loading branch information
r17x and zainfathoni committed Apr 22, 2024
1 parent e919058 commit e89b29c
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 69 deletions.
2 changes: 1 addition & 1 deletion src/content/learn/queueing-a-series-of-state-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Mengatur variabel *state* akan menambahkan antrean (*queue*) *render* baru. Terk

</YouWillLearn>

## Mengelompokkan pembaruan state dalam React {/*react-batches-state-updates*/}
## Mengelompokkan pembaruan state dalam React {/*react-batches-state-updates*/}

Anda mungkin berharap bahwa menekan tombol "+3" akan menambahkan penghitung tiga kali karena memanggil `setNumber(number + 1)` tiga kali:

Expand Down

0 comments on commit e89b29c

Please sign in to comment.