From f3c3810addff3cf19d66f2cbb4b6ddb61d241aa1 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Wed, 16 Feb 2022 19:07:44 -0700 Subject: [PATCH] Remove hello world RSC example. (#34456) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's wait until we have a better place for folks to start that doesn't include my hacky code 😄 For now, we can continue to point to the demos we have previously created, which have the proper guidance and caveats. Replaces https://github.com/vercel/next.js/pull/34301. --- docs/advanced-features/react-18/server-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-features/react-18/server-components.md b/docs/advanced-features/react-18/server-components.md index 940c0c4755fb3..dea51f2014fd2 100644 --- a/docs/advanced-features/react-18/server-components.md +++ b/docs/advanced-features/react-18/server-components.md @@ -59,7 +59,7 @@ The `` and `` components will always be server-side rendered and > Make sure you're using default imports and exports for server components (`.server.js`). The support of named exports are a work in progress! -To see a full example, check out the [hello world example](https://github.com/vercel/next.js/tree/canary/examples/react-server-components) or the larger [vercel/next-rsc-demo demo](https://github.com/vercel/next-rsc-demo). +To see a full example, check out the [vercel/next-react-server-components demo](https://github.com/vercel/next-react-server-components). ## Supported Next.js APIs