Browse Source

Next -> Next.js (#4515)

Similar to #4508
main
Steven 3 years ago
committed by GitHub
parent
commit
22b8bf2ff1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/blog/2022-03-29-react-v18.md

2
content/blog/2022-03-29-react-v18.md

@ -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 it’s 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, we’re 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, we’re 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}

Loading…
Cancel
Save