Remove hello world RSC example. (#34456)

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.
This commit is contained in:
Lee Robinson 2022-02-16 19:07:44 -07:00 committed by GitHub
parent 49da8c016c
commit f3c3810add
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ The `<Home>` and `<Profile>` 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