We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e26134 commit f2ff02eCopy full SHA for f2ff02e
1 file changed
src/content/reference/react/directives.md
@@ -1,10 +1,6 @@
1
---
2
-<<<<<<< HEAD
3
title: "التوجيهات (Directives)"
4
-=======
5
-title: "Directives"
6
canary: true
7
->>>>>>> 819518cfe32dd2db3b765410247c30feea713c77
8
9
10
<Canary>
@@ -28,4 +24,4 @@ Directives provide instructions to [bundlers compatible with React Server Compon
28
24
## توجيهات الكود {/*source-code-directives*/}
29
25
30
26
* [`'use client'`](/reference/react/use-client) تميز الملف بأن ما فيه مكون من جانب العميل (client-side).
31
-* [`'use server'`](/reference/react/use-server) تميز الدوال من جانب الخادم (server-side) التي يمكن استدعاؤها من الكود من جانب العميل (client-side).
27
+* [`'use server'`](/reference/react/use-server) تميز الدوال من جانب الخادم (server-side) التي يمكن استدعاؤها من الكود من جانب العميل (client-side).
0 commit comments