htmx
Using Hono with htmx.
Snippets
typed-htmx
With using typed-htmx, you can write the JSX with the type definitions of htmx.
Install:
txt
npm i -D typed-htmxnpm i -D typed-htmxtsconfig.json:
json
{
"compilerOptions": {
"types": ["typed-htmx"],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}{
"compilerOptions": {
"types": ["typed-htmx"],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}
Hono