Hacker News new | ask | show | jobs
by mattlondon 1451 days ago
I am not sure what the benefit of hyperscript would be here? Why not just use JavaScript + htmx?
1 comments

Why not just use JavaScript + HTML?

  <img src="my_cat.jpg" alt="My cat" onclick="this.src = 'my_other_cat.jpg'">