this post was submitted on 28 Aug 2023
123 points (85.1% liked)

Programmer Humor

32063 readers
1566 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
[–] elouboub@kbin.social 1 points 1 year ago (3 children)

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

[–] bleistift2@feddit.de 2 points 1 year ago

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

[–] moriquende@lemmy.world 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.