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

https://github.com/jacob-ebey/oneup

Get a oneup on RSC by having everything laid out as simply as possible.
https://github.com/jacob-ebey/oneup

Last synced: about 1 year ago
JSON representation

Get a oneup on RSC by having everything laid out as simply as possible.

Awesome Lists containing this project

README

          

# RSC Reference Implementation

A simple reference implementation of a compiler and basic router setup utilizing React Server Components.

## Getting Started

1. Clone this repo
2. Run `npm i && npm run build`

Open a new terminal:

1. `cd examples/node
2. `npm run build`
3. `npm start`

## TODO

- [] Add comments to everything
- [] Add tests
- [] Handle form submissions