HTMX

aeric

Expert
Licensed User
Longtime User
I'm just going on to hope for some new B4X lib for HTMX usage from professionals... :)
I am not sure anything need to be done to use HTMX in B4X projects. It is not a Java library that need to be wrapped first before it can be used. It is just like using jQuery in B4J server.
 

peacemaker

Expert
Licensed User
Longtime User
But then again we already have everything to do web apps.
So, this technology may help to do web-app simpler for programmers ? Faster to release ?

If yes - there is use to think about any implementation.
 

EnriqueGonzalez

Expert
Licensed User
Longtime User
So, this technology may help to do web-app simpler for programmers ? Faster to release ?
Yes


If yes - there is use to think about any implementation.
You have now a couple of ways already to code web apps. Such as abmaterial, banano. But if you want leverage html (say you have a tailwind or bootstrap or Bulma or any other css framework you like) vanilla jserver + htmx is just amazing.
 

aeric

Expert
Licensed User
Longtime User
I plan to use HTMX in my future web app development but... hey, jQuery is actually working fine... and it works very well with many existing Bootstrap template.
 
Top