Moin!
Lesestoff für Wochenende und Brückentage: Mein Einführungsartikel über #HTMX ist in der Mai-Ausgabe der #iX erschienen
Online-Fassung: https://www.heise.de/select/ix/2024/5/2402511595898485988
Ich freue mich natürlich über Feedback, wenn ihr mögt.
Viel Spaß beim Lesen!
@nilshartmann /me uses #htmx in prod.... never looked back
@resmo what do you use in backend for handling the htmx requests?
@nilshartmann spring boot
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.