The page is plain HTML. HTMX sends requests to Hono and swaps in the HTML fragments the server returns — no React, no build step for the frontend.
Full code at: https://github.com/ajerni/hono
Type your name and submit. Hono reads the form and sends back a greeting.
Click the button. Hono flips server state and returns a new HTML snippet.
A simple GET request — useful for “load partial content” patterns.