rfcs/text/0188-server-components.md at main · reactjs/rfcs
This example renders a simple Note with a title and body. It renders a non-editable view of the Note using a Server Component and optionally renders an editor for the Note using a Client Component (a traditional React component).