Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r4ai/hello-solidjs-ssr-with-hono


https://github.com/r4ai/hello-solidjs-ssr-with-hono

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# hello-solidjs-ssr-with-hono

Hono と vite を使って、Solid.js で SSR するサンプルレポジトリ

> [!warning]
> 実験用のリポジトリです

```bash
# Run dev server
bun run vite
```

## Pages

- `/`: Simple syncronous server-side rendering page. using `renderToString`
- `/async`: Asyncronous server-side rendering page. using `renderToStringAsync`

## References