Skip to content

Commit ac68c18

Browse files
Merge pull request #588 from anilcanboga/main
translate directives page
2 parents 641fdf3 + b77ecb7 commit ac68c18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
title: "Directives"
2+
title: "Direktifler"
33
canary: true
44
---
55

66
<Canary>
77

8-
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.
8+
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.
99

1010
</Canary>
1111

1212
<Intro>
1313

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

1616
</Intro>
1717

1818
---
1919

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

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

0 commit comments

Comments
 (0)