Skip to content

Commit 2a42399

Browse files
committed
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
1 parent c8a316a commit 2a42399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 is stable and will not break between major versions the underlying APIs used to implement a React Server Component framework or bundler 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 stablize support for React Server Components in future versions.
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 stablize the APIs used to implement a React Server Components framework in the future.
318318

319319
</Note>
320320

0 commit comments

Comments
 (0)