https://github.com/jacob-ebey/hono-vite-rsc
A minimal RSC + Vite starting point.
https://github.com/jacob-ebey/hono-vite-rsc
Last synced: about 1 year ago
JSON representation
A minimal RSC + Vite starting point.
- Host: GitHub
- URL: https://github.com/jacob-ebey/hono-vite-rsc
- Owner: jacob-ebey
- Created: 2024-03-23T11:06:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T21:42:11.000Z (about 2 years ago)
- Last Synced: 2025-04-01T20:12:57.621Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 117 KB
- Stars: 58
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hono-vite-rsc
A minimal RSC + Vite starting point.
## Running
**Development**
```
pnpm i
pnpm dev
```
**Production**
```
pnpm i
pnpm build
pnpm i --prod
pnpm start
```
## TODOs
- [x] `use client`
- [ ] `use server`
- [x] `use client` HRM / react-refresh
- [ ] refetch server root on change