Skip to content

Commit

Permalink
Merge pull request #588 from anilcanboga/main
Browse files Browse the repository at this point in the history
translate directives page
  • Loading branch information
bilalkarakollu authored Jan 10, 2025
2 parents 641fdf3 + b77ecb7 commit ac68c18
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/content/reference/rsc/directives.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
title: "Directives"
title: "Direktifler"
canary: true
---

<Canary>

These directives are needed only if you're [using React Server Components](/learn/start-a-new-react-project#bleeding-edge-react-frameworks) or building a library compatible with them.
Bu direktifler yalnızca [React Sunucu Bileşenlerini kullanıyorsanız](/learn/start-a-new-react-project#bleeding-edge-react-frameworks) veya bunlarla uyumlu bir kütüphane oluşturuyorsanız gereklidir.

</Canary>

<Intro>

Directives provide instructions to [bundlers compatible with React Server Components](/learn/start-a-new-react-project#bleeding-edge-react-frameworks).
Direktifler [React Sunucu Bileşenleri ile uyumlu paketleyiciler](/learn/start-a-new-react-project#bleeding-edge-react-frameworks) için talimatlar sağlar.

</Intro>

---

## Source code directives {/*source-code-directives*/}
## Kaynak kodu direktifleri {/*source-code-directives*/}

* [`'use client'`](/reference/rsc/use-client) lets you mark what code runs on the client.
* [`'use server'`](/reference/rsc/use-server) marks server-side functions that can be called from client-side code.
* [`'use client'`](/reference/rsc/use-client) istemcide hangi kodun çalışacağını işaretlemenizi sağlar.
* [`'use server'`](/reference/rsc/use-server) istemci tarafı kodundan çağrılabilen sunucu tarafı işlevlerini işaretler.

0 comments on commit ac68c18

Please sign in to comment.