this post was submitted on 28 Aug 2023
167 points (85.8% liked)

Programmer Humor

32000 readers
775 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
[–] [email protected] 4 points 1 year ago (3 children)

How is this different to react, angular, vue, etc.?

[–] [email protected] 4 points 1 year ago

It’s not client-side anymore. You need a backend to produce the HTMX.

[–] [email protected] 2 points 1 year ago

Client side logic is contained in markup, no custom JavaScript. Need server-side-rendering logic to return new markup to update a chunk of the page.