Hacker News new | ask | show | jobs
by wibbily 337 days ago
Interesting. It seems like an easy way to get JS to interact with HTML bits on the client side (if I understand it correctly).

Maybe it could be useful alongside HTMX even: client-side HTML manipulation for simple things and server-side HTML hydration and rendering for complex things.

1 comments

I haven't tried it, but it should work so long as you don't use htmx to replace the parts of the components being modified by the reactivity.