Skip to content

Commit a209c28

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 0039859 commit a209c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ React 19 includes all of the React Server Components features included from the
314314

315315
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.
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)