From 22b8bf2ff1671578f2bf86c30ea19ae62652680a Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 29 Mar 2022 14:53:15 -0400 Subject: [PATCH] Next -> Next.js (#4515) Similar to #4508 --- content/blog/2022-03-29-react-v18.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2022-03-29-react-v18.md b/content/blog/2022-03-29-react-v18.md index c8ec6d652..4ae6eee27 100644 --- a/content/blog/2022-03-29-react-v18.md +++ b/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}