We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7970b commit a6dc6f5Copy full SHA for a6dc6f5
1 file changed
www/posts/2026-03-29-hyperscript-0.9.90-is-released.md
@@ -68,6 +68,8 @@ Templates use `<script type="text/hyperscript-template">` elements with `${}` in
68
</script>
69
70
<button _="on click
71
+ fetch /users as JSON
72
+ set userDat to the result
73
render #user-card with users: userData
74
put the result into #container">
75
Load Users
0 commit comments