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

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.

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