dom
dom
HHono
Created by dom on 4/30/2025 in #help
Passing `{...rest}` in the html`` tag
https://hono.dev/docs/helpers/html shows how you can use the spread operator to pass a bunch of generic props to a tag, but using JSX. We're all in on the html tagged literal, and I was wondering if its possible to do this using it? something like: <div ...${rest}>?
8 replies