Skip to content

Commit f2ff02e

Browse files
authored
add canary flag
1 parent 0e26134 commit f2ff02e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/content/reference/react/directives.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
2-
<<<<<<< HEAD
32
title: "التوجيهات (Directives)"
4-
=======
5-
title: "Directives"
63
canary: true
7-
>>>>>>> 819518cfe32dd2db3b765410247c30feea713c77
84
---
95

106
<Canary>
@@ -28,4 +24,4 @@ Directives provide instructions to [bundlers compatible with React Server Compon
2824
## توجيهات الكود {/*source-code-directives*/}
2925

3026
* [`'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

Comments
 (0)