Why Nostr? What is Njump?
2023-10-06 18:48:52

Jezza™@threads.com (Official) on Nostr: So interesting webdev whatnot crossed my path today. First, a resurrection of ...

So interesting webdev whatnot crossed my path today.

First, a resurrection of hypertalk, browserized:
https://hyperscript.org/

on pointerdown
repeat until event pointerup
set rand to Math.random() * 255
transition
*background-color
to `hsl($rand 100% 90%)`
over 250ms
end

Secondly, HTMX
https://htmx.org/docs/

<button hx-post="/clicked"
hx-trigger="click"
hx-target="#parent-div"
hx-swap="outerHTML"
>
Click Me!
</button>
Author Public Key
npub1zry9ms0vu4qr5gzx9zq6t2syutvwn8x7aayphgvqvvf44wp2rudsnqsjnz