TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Complexity bad: An interview with Htmx creator Carson Gross

58 pointsby floobertooberabout 1 year ago

5 comments

throwaway284534about 1 year ago
I just don’t buy how this is a productive way to build websites. Having the functionality of HTMX natively supported would be nice but you’d still need much of what React does. HTMX’s docs seem to hand wave away front-end state management as something that no longer applies. Simultaneously, they also assume that every API you interact with will return HTML partials.<p>What could convince anyone to abandon the rich and bountiful lands of JSX and TypeScript? Who would prefer to move into a write-only and stringly typed HTML that competes with PHP for the slot of least performant debugging experience?<p>Maybe the answer is in the question…
评论 #39703247 未加载
评论 #39709228 未加载
评论 #39702927 未加载
评论 #39702735 未加载
评论 #39703297 未加载
chuckadamsabout 1 year ago
There&#x27;s nothing about htmx that would make me choose it over my preferred framework of VueJS, but I am very supportive of its central premise: that anchors and form actions should be able to target their output at the granularity of individual elements, not just entire documents. I think it would be a common-sense evolution to the HTML standard, along with scoped ids.
imjonseabout 1 year ago
I have been meaning to try Htmx out. Realising its author wrote &#x27;grug brained developer&#x27; suddenly makes it a lot more attractive.
评论 #39702957 未加载
rjzzleepabout 1 year ago
I often meet dev shops trying to sell me on a whole dev team for their next,nuxt whatever stack, so I always tell people that it makes no sense to start with that stack. But for all the stimulus, livewire, htmx micro frameworks, htmx seems to be the one that has the least amount of documentation which can make it quite painful to work with at times.<p>It just seems like Django has a lot less documentation than all the other frameworks. I wonder why that is.
评论 #39703202 未加载
nsonhaabout 1 year ago
&quot;Complexity bad so let&#x27;s do complexity in a different way&quot;