Skip to content

Commit

Permalink
refines the messaging to clarify that Server Components the feature i…
Browse files Browse the repository at this point in the history
…s stable but the packages you work with as a framework and bundler will approach API stability
  • Loading branch information
gnoff committed Apr 25, 2024
1 parent c8a316a commit 2a42399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/blog/2024/04/25/react-19.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,9 @@ React 19 includes all of the React Server Components features included from the

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

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

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

</Note>

Expand Down

0 comments on commit 2a42399

Please sign in to comment.