An open API service indexing awesome lists of open source software.

https://github.com/djm/react-server-components-demo


https://github.com/djm/react-server-components-demo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# React Server Components on Netlify

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](https://github.com/reactjs/server-components-demo) from the core React team

[](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/react-server-components-demo)