logoalt Hacker News

recursivedoubts05/04/20251 replyview on HN

maybe check out fixi.js:

https://github.com/bigskysoftware/fixi


Replies

hirvi7405/05/2025

I appreciate the suggestion. Not sure I am a fan of this implementation though. It looks near identical to the HTMX JS API that is already backed into HTMX. Most of the annoyances I dealt with were around conditional logic based on validation.

After enough of the HTMX JS API, I figured, "What is HTMX even buying me at this point?" Even if plain JS is more verbose, that verbosity comes with far less opinions and constraints.

show 1 reply