This is a very minimal example of using React Server Components via Netlify Functions
To run locally, clone this repository and run:
npm i
netlify dev
And you should have a local env with both the client side application and the server side components rendered via a Netlify functions.
This is aiming to be a much simpler starting point that the much more involved full demo from the core React team