Skip to content

Commit

Permalink
Update adding-interactivity.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alioguzhan authored Jul 22, 2024
1 parent 88bfb91 commit 767ed5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/content/learn/adding-interactivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,7 @@ setCount(count + 1); // 1 ile yeniden render iste
console.log(count); // Hala 0!
```
<<<<<<< HEAD
Bu davranış, ince hatalardan kaçınmanıza yardımcı olur. Aşağıda küçük bir mesajlaşma uygulaması vardır. "Gönder" butonuna tıkladıktan *sonra* alıcıyı Bob ile değiştirin ve ne olacağını tahmin etmeye çalışın. 5 saniye sonra kimin ismi `alert` kutusunda çıkacaktır?
=======
This behavior helps you avoid subtle bugs. Here is a little chat app. Try to guess what happens if you press "Send" first and *then* change the recipient to Bob. Whose name will appear in the `alert` five seconds later?
>>>>>>> 6274d4faf5afcef74357871d06191558050e23d3
<Sandpack>
Expand Down

0 comments on commit 767ed5d

Please sign in to comment.