Skip to content

Commit

Permalink
Remove hello world RSC example. (#34456)
Browse files Browse the repository at this point in the history
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 #34301.
  • Loading branch information
leerob committed Feb 17, 2022
1 parent 49da8c0 commit f3c3810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/react-18/server-components.md
Expand Up @@ -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

Expand Down

0 comments on commit f3c3810

Please sign in to comment.