Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/r4ai/hello-solidjs-ssr-with-hono
- Owner: r4ai
- Created: 2023-11-19T15:53:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T15:56:26.000Z (about 1 year ago)
- Last Synced: 2024-04-20T08:51:17.809Z (9 months ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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