fix: server-components link in few pages (#7780)

This commit is contained in:
Aakansha Doshi
2025-04-26 22:24:12 +05:30
committed by GitHub
parent 594ff452e2
commit d05547b9b8
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ title: Directives
<RSC>
Directives are for use in [React Server Components](/learn/start-a-new-react-project#bleeding-edge-react-frameworks).
Directives are for use in [React Server Components](/reference/rsc/server-components).
</RSC>

View File

@@ -4,7 +4,7 @@ title: Server Functions
<RSC>
Server Functions are for use in [React Server Components](/learn/start-a-new-react-project#bleeding-edge-react-frameworks).
Server Functions are for use in [React Server Components](/reference/rsc/server-components).
**Note:** Until September 2024, we referred to all Server Functions as "Server Actions". If a Server Function is passed to an action prop or called from inside an action then it is a Server Action, but not all Server Functions are Server Actions. The naming in this documentation has been updated to reflect that Server Functions can be used for multiple purposes.

View File

@@ -5,7 +5,7 @@ titleForTitleTag: "'use client' directive"
<RSC>
`'use client'` is for use with [React Server Components](/learn/start-a-new-react-project#bleeding-edge-react-frameworks).
`'use client'` is for use with [React Server Components](/reference/rsc/server-components).
</RSC>

View File

@@ -5,7 +5,7 @@ titleForTitleTag: "'use server' directive"
<RSC>
`'use server'` is for use with [using React Server Components](/learn/start-a-new-react-project#bleeding-edge-react-frameworks).
`'use server'` is for use with [using React Server Components](/reference/rsc/server-components).
</RSC>