Skip to content

Commit

Permalink
Translate an-application.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anil committed Feb 26, 2019
1 parent e47f243 commit 75edddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/home/examples/an-application.md
@@ -1,7 +1,7 @@
---
title: An Application
title: Bir Uygulama
order: 2
domid: todos-example
---

Using `props` and `state`, we can put together a small Todo application. This example uses `state` to track the current list of items as well as the text that the user has entered. Although event handlers appear to be rendered inline, they will be collected and implemented using event delegation.
`props` ve `state` kullanarak, küçük bir Todo uygulaması oluşturabiliriz. Bu örnekte `state`, hem maddelerin bulunduğu güncel listeyi hem de kullanıcının girmiş olduğu metni takip etmek için kullanılıyor. Olay yöneticileri, satıriçi oluşturuluyor gibi gözükmelerine rağmen, olay delagasyonu ile toplanıp gerçekleştirilir.

0 comments on commit 75edddc

Please sign in to comment.