top | item 33991796

(no title)

toinbis | 3 years ago

I guess it's important to note that in many cases you'll be willing to pair htmx with either alpine.js (using https://htmx.org/extensions/alpine-morph/), or with hyperscript (https://hyperscript.org/, developed by same team as htmx).

Things that don't require request to server - managed by alpine, things that do require - by htmx. There are situations where both tools can be used, one has to pick.

discuss

order

getcrunk|3 years ago

I’ve been looking for alpine and forgot what it was called, have come across it some time ago. I knew I would find it in the comments on this post as it’s kind of like htmx. I didn’t even know the same people made both!

recursivedoubts|3 years ago

:) I didn't make alpine, that caleb porzio (a genius)

I did make https://hyperscript.org, which is kinda in the same space but very different than pretty much everything else