Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Translated title and first sentence
  • Loading branch information
zaferayan committed Feb 27, 2019
commit ceb8ba01d0d289edf64b7d768c3d0f1906a7fcc9
4 changes: 2 additions & 2 deletions content/docs/handling-events.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
id: handling-events
title: Handling Events
title: Olay Yönetimi
permalink: docs/handling-events.html
prev: state-and-lifecycle.html
next: conditional-rendering.html
redirect_from:
- "docs/events-ko-KR.html"
---

Handling events with React elements is very similar to handling events on DOM elements. There are some syntactic differences:
React ile olayların yönetimi, DOM elementlerindeki olay yönetimi ile oldukça benzerdir. Bazı söz dizimsel olarak farklılıklar bulunmaktadır:

* React events are named using camelCase, rather than lowercase.
* With JSX you pass a function as the event handler, rather than a string.
Expand Down