Skip to content

Commit 9aa8e82

Browse files
authored
refines the messaging to clarify that Server Components the feature is stable but the packages you work with as a framework and bundler will approach API stability (#6782)
1 parent 9afcbf6 commit 9aa8e82

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@ React 19 includes all of the React Server Components features included from the
312312

313313
#### How do I build support for Server Components? {/*how-do-i-build-support-for-server-components*/}
314314

315-
Bundler and framework support for React Server Components can be built on React 19, but the underlying APIs will not follow semver and may break between minors in React 19.x.
315+
While React Server Components in React 19 are stable and will not break between major versions, the underlying APIs used to implement a React Server Components bundler or framework do not follow semver and may break between minors in React 19.x.
316316

317-
To support React Server Components, we recommend pinning to a specific React version, or using the Canary release. We will continue working with bundlers and frameworks to stabilize support for React Server Components in future versions.
317+
To support React Server Components as a bundler or framework, we recommend pinning to a specific React version, or using the Canary release. We will continue working with bundlers and frameworks to stabilize the APIs used to implement React Server Components in the future.
318318

319319
</Note>
320320

src/content/reference/rsc/server-actions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Server Actions allow Client Components to call async functions executed on the s
1313

1414
<Note>
1515

16-
#### How do I build support for Server Actions? {/*how-do-i-build-support-for-server-components*/}
16+
#### How do I build support for Server Actions? {/*how-do-i-build-support-for-server-actions*/}
1717

18-
Bundler and framework support for Server Actins can be built on React 19, but the underlying APIs will not follow semver and may break between minors in React 19.x.
18+
While Server Actions in React 19 are stable and will not break between major versions, the underlying APIs used to implement Server Actions in a React Server Components bundler or framework do not follow semver and may break between minors in React 19.x.
1919

20-
To support Server Actions, we recommend pinning to a specific React version, or using the Canary release. We will continue working with bundlers and frameworks to stablize support for React Server Components in future versions.
20+
To support Server Actions as a bundler or framework, we recommend pinning to a specific React version, or using the Canary release. We will continue working with bundlers and frameworks to stabilize the APIs used to implement Server Actions in the future.
2121

2222
</Note>
2323

src/content/reference/rsc/server-components.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ This separate environment is the "server" in React Server Components. Server Com
1717

1818
#### How do I build support for Server Components? {/*how-do-i-build-support-for-server-components*/}
1919

20-
Bundler and framework support for React Server Components can be built on React 19, but the underlying APIs will not follow semver and may break between minors in React 19.x.
20+
While React Server Components in React 19 are stable and will not break between major versions, the underlying APIs used to implement a React Server Components bundler or framework do not follow semver and may break between minors in React 19.x.
2121

22-
To support React Server Components, we recommend pinning to a specific React version, or using the Canary release. We will continue working with bundlers and frameworks to stablize support for React Server Components in future versions.
22+
To support React Server Components as a bundler or framework, we recommend pinning to a specific React version, or using the Canary release. We will continue working with bundlers and frameworks to stabilize the APIs used to implement React Server Components in the future.
2323

2424
</Note>
2525

0 commit comments

Comments
 (0)