Next -> Next.js (#4515)

Similar to #4508
This commit is contained in:
Steven
2022-03-29 14:53:15 -04:00
committed by GitHub
parent 4725bbc9a1
commit 22b8bf2ff1

View File

@@ -69,7 +69,7 @@ As in previous versions of React, you can also use Suspense for code splitting o
[**Server Components**](https://reactjs.org/blog/2020/12/21/data-fetching-with-react-server-components.html) is an upcoming feature that allows developers to build apps that span the server and client, combining the rich interactivity of client-side apps with the improved performance of traditional server rendering. Server Components is not inherently coupled to Concurrent React, but its designed to work best with concurrent features like Suspense and streaming server rendering.
Server Components is still experimental, but we expect to release an initial version in a minor 18.x release. In the meantime, were working with frameworks like Next, Hydrogen, and Remix to advance the proposal and get it ready for broad adoption.
Server Components is still experimental, but we expect to release an initial version in a minor 18.x release. In the meantime, were working with frameworks like Next.js, Hydrogen, and Remix to advance the proposal and get it ready for broad adoption.
## What's New in React 18 {#whats-new-in-react-18}