mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-21 19:31:57 +00:00
fix: server-components link in few pages (#7780)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user