Closed
Description
Summary
I found a misleading link in the documentation. The link text "React Server Components" redirects to the "Start a new React project" section instead of to dedicated content about React Server Components.
Page
https://react.dev/reference/rsc/use-client
Details
It should be
'use client' is for use with [React Server Components](/reference/rsc/server-components).
instead of
'use client' is for use with [React Server Components](/learn/start-a-new-react-project#bleeding-edge-react-frameworks).