Hey has anyone used #htmx for a real project and if so how’d it go
@decarboxy yes, and it was awesome
I enjoyed using it and was able to write snappy UIs quickly. Special thanks to the disable forms on submit and show loading indicator directives
@decarboxy Hi there, I did, 3 years ago. I gave a talk about it at @djangoconeurope , here it is: https://www.youtube.com/watch?v=3GObi93tjZI (for more fun you might want to watch the reaction video by #theprimeagen: https://www.youtube.com/watch?v=wIzwyyHolRs). You can also read the follow-up I wrote 2 years after: https://david.guillot.me/en/posts/tech/following-up-mother-of-all-htmx-demos/. Enjoy #htmx and the awesome #hypermedia world!
@david_guillot @decarboxy and an excellent talk that was
@david_guillot @decarboxy @djangoconeurope
need to check out the two videos. THX!
@decarboxy One of the teams I was responsible for at a previous employer used it for a customer-facing admin UI.
It was going well until they closed the Australian office and laid us all off :/
So I don't really know how things ended, there, but during the time I was observing it we were building functionality faster than we had been building similar functionality in the the past in React.
@decarboxy I've made a better version of Homepage (20k+ star nextjs project) with the SSE extension. It's working pretty well after finding a workaround to iOS not reconnecting to SSE when returning from background: https://github.com/Cyberbeni/index.htmx/blob/master/Resources/public/autoreload.js