Hono Client Starter

Minimal Hono client components starter example

View demo

How it works

The http.tsx imports the App component and renders it on the server. The server HTML response includes a <script> that imports the client.ts module. The client.ts module imports the App component and hydrates the HTML in the browser.

View more starters