Hacker News new | ask | show | jobs
by eric-p7 334 days ago
This seems like a good place to plug my own lightweight, compilation-free library that adds reactivity and local styles to native web components:

https://vorticode.github.io/solarite

1 comments

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.

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.