mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

12K
active users

Moin!

Lesestoff für Wochenende und Brückentage: Mein Einführungsartikel über #HTMX ist in der Mai-Ausgabe der #iX erschienen ☺️

👉 Online-Fassung: heise.de/select/ix/2024/5/2402

Ich freue mich natürlich über Feedback, wenn ihr mögt.

Viel Spaß beim Lesen!

@resmo what do you use in backend for handling the htmx requests?

@nilshartmann

I haven't read the article yet but I can tell, why we use htmx instead of anything other:

- Easy to learn and understand (basic http/html/css knowledge needed)
- Possible to use it only partially (where it makes sense)
- State is server side
- Fast and cpu effective, suitable for less capable clients
- Less code to write -> less code to maintain

And IMHO: "htmx" should be default behaviour for any browser, it should become a standard.