Reading up on htmx
11 deep · digging since dec 19, 25
- How I use HTMX with Go
The author demonstrates building interactive web interfaces in Go applications by integrating HTMX for dynamic updates without writing JavaScript, showcasing practical code examples.
- Working With AI: A concrete example
A developer recounts using Claude to debug a hyperscript parser bug, illustrating AI's strengths in analysis and boilerplate but weakness in design judgment and general-case solutions.
- Building an HTML-first site doubled our users overnight
Replacing a SPA with plain HTML forms and server-rendered pages unexpectedly doubled a site's users, challenging assumptions about framework necessity.
- </> htmx ~ Code is Cheap(er)
Carson Gross argues that as AI makes code cheap to produce, understanding code becomes the expensive and scarce resource, urging a subtractive engineering mindset to control complexity.
- Show HN: I built a social media management tool in 3 weeks with Claude and Codex
A solo developer built an open-source social media management platform with 12 API integrations in three weeks using Claude and Codex, finding AI tools excel at CRUD but struggle with OAuth edge cases and multi-tenant permissions.
- Web development is fun again
In a Hacker News discussion, many commenters report that LLMs have made web development fun again by handling complexity and enabling quick hobby projects.
- Replacing JavaScript with Just HTML
Native HTML elements like <details>, <dialog>, and <datalist> can replace some JavaScript, but still lack the interactivity and styling needed for complex apps.
- Please just try HTMX
Hacker News commenters debate HTMX's utility, noting it works well for simple server-rendered apps but becomes brittle for complex interactive UIs.
- Please Just Try HTMX
Using Rust with maud and HTMX enables typed HTML components and code reuse, avoiding the need for separate template languages and complex abstractions.
- Please Just Fucking Try HTMX
A plea to try HTMX as a simpler alternative to JavaScript frameworks, arguing it reduces code size, dependencies, and build times while handling most web app interactivity with HTML attributes.