this post was submitted on 27 Sep 2023
321 points (93.5% liked)

Programmer Humor

31779 readers
412 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] baduhai@sopuli.xyz 36 points 10 months ago (5 children)

I... kinda find htmx to be better than all other options.

[–] soeren@iusearchlinux.fyi 17 points 10 months ago (1 children)
[–] phundrak@programming.dev 8 points 10 months ago (1 children)

Depends on the use case tbh, but it's a good choice in a lot of cases.

[–] yournamehere@lemm.ee 8 points 10 months ago* (last edited 10 months ago) (2 children)
[–] phundrak@programming.dev 3 points 10 months ago

I did not know about this, I'll take a look at it once I'm home. Thanks!

[–] thirdBreakfast@lemmy.world 2 points 10 months ago

For anyone without the inclination to wade through 47 pages, here's what they say about HTMX, which they've classified as "Assess" rather than "Trial" or "Adopt"

htmx is a small, neat HTML UI library that recently became popular seemingly out of nowhere. During our Radar discussion, we found its predecessor intercooler.js existed ten years ago. Unlike other increasingly complex pre-compiled JavaScript/TypeScript frameworks, htmx encourages the direct use of HTML attributes to access operations such as AJAX, CSS transitions, WebSockets and Server- Sent Events. There’s nothing technically sophisticated about htmx, but its popularity recalls the simplicity of hypertext in the early days of the web. The project’s website also features some insightful (and amusing) essays on hypermedia and web development, which suggests the team behind htmx have thought carefully about its purpose and philosophy.

load more comments (3 replies)