Skip to content

Commit 2c11622

Browse files
committed
Links
1 parent bb0cd2a commit 2c11622

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/blog/2024/04/01/react-19.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ Server Components are a new option that allows rendering components ahead of tim
259259

260260
Today we're releasing React Server Components as semver stable in React 19. This means libraries that ship Server Components and Server Actions can target React 19 as a peer dependency for use in frameworks that support the [Full-stack React Architecture](/learn/start-a-new-react-project#which-features-make-up-the-react-teams-full-stack-architecture-vision).
261261

262+
For more, see the docs for [React Server Components](/reference/full-stack/server-components).
263+
262264
<DeepDive>
263265

264266
#### How do I use Server Components? {/*how-do-i-use-server-components*/}
@@ -283,6 +285,8 @@ When a Server Action is defined with the `"use server"` directive, your framewor
283285

284286
Server Actions can be created in Server Components and passed as props to Client Components, or they can be imported and used in Client Components.
285287

288+
For more, see the docs for [React Server Actions](/reference/full-stack/server-actions).
289+
286290
<DeepDive>
287291

288292
#### How do I use Server Actions? {/*how-do-i-use-server-actions*/}

0 commit comments

Comments
 (0)