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.
- Host: GitHub
- URL: https://github.com/jacob-ebey/oneup
- Owner: jacob-ebey
- Created: 2023-03-11T08:35:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T01:22:43.000Z (over 3 years ago)
- Last Synced: 2025-04-01T20:07:32.260Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 271 KB
- Stars: 26
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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