Y
Hacker News
new
|
ask
|
show
|
jobs
by
robertoandred
535 days ago
None of those languages can do anything in the browser.
1 comments
preisschild
535 days ago
With HTMX they can, because they make server rendered pages more viable.
link
robertoandred
535 days ago
When someone swipes a carousel, how will C# update the dom attributes and labels on the fly?
link
preisschild
535 days ago
For stuff like this you can always complement HTMX with stuff like Hyperscript [1], also from the htmx authors or AlpineJS
[1]:
https://hyperscript.org
link