i love htmx i just need to find somewhere to use it
i should work on my PHP project again just so i have an excuse to use htmx
@kat@yarn.girlonthemoon.xyz maybe i’ll try to incorporate it into my PHP fanlisting project if i can find a use for an HTMX component
@kat@yarn.girlonthemoon.xyz i wanna play with HTMX sometime T__T no energy….
@kat@yarn.girlonthemoon.xyz HTMX is GREAT!
I used it in my TwtxtReader MK1 for pagination and posting. It just works!
@prologic@twtxt.net genuinely the sickest shit i’ve ever seen webdev is saved
hmmm i should play with HTMX sometime. it looks so neat
Added support for uploading images to to #Timeline
Right now you need to copy the markdown code yourself, but next up would be to lean some JS or use HTMX to make the process more smooth.
HTMX is fine! You can add dynamic sections with a simple endpoint. It is better that JavaScript.
@mckinley@twtxt.net Yeah, all this JS and HTMX garbage messes up a lot of things which used to work better in the earlier days.
Wir leben im Jahr 2025. Da kann ich auch endlich einmal htmx großflächig in einem Projekt einsetzten, wa?
i need to try htmx out
At my job, htmx is the starndard. However, I think that HTML over WebSockets is better.
@prologic@twtxt.net omg i keep hearing so much good about HTMX i really gotta try it!
@xuu@txt.sour.is I have a theory as to why your pod was misbehaving too. I think because of the way you were building it docker build
without any --build-arg VERSION=
or --build-arg COMMIT=
there was no version information in the built binary and bundled assets. Therefore cache busting would not work as expected. When introducing htmx and hyperscript to create a UI/UX SPA-like experience, this is when things fell apart a bit for you. I think….
@johanbove@johanbove.info Have you played with htmx at all? 🤔
@prologic@twtxt.net how do i enable htmx? i built latest main
👋 If y’all notice any weird quirks or UI/UX bugs of late on my pod, please let me know! 🙏 For those that have a Javascript enabled web browser will notice (hopefully) a SPA (single page app) like experience, even in Mobile! No more full page refreshes! All this without writing a single line of Javascript (let alone React or whatever) 😅 – HTMX is pretty damn cooL! 😎 #htmx
</> htmx - high power tools for html really liking the idea of htmx 🤔 If I don’t have to learn all this complicated TypeScript/React/NPM garbage, I can just write regular SSA (Server-Side-Apps) and then progressively upgrade to SPA (Single-Page-App) using htmx hmmm 🧐
Estamos a desenvolver um pequeno gerador de imagens para um trabalho, e hoje experimentei dar uns toques no #HTMX para ver que tal se porta.
Conclusão: maravilhoso; em 15 minutos, sem conhecimento prévio da lib, deu para montar uma demo que usa ajax para ir buscar imagens servidas por um micro-backend PHP. Estou apaixonado! Agora é “só” alinhar uma pipeline com o Imagemagick, pôr o UI bonitinho e está arrumado.
Demo com os code snippets relevantes: