Htmx is part of the GitHub Accelerator
31–40 of 520 posts
Re: Htmx is part of the GitHub Accelerator
#32I think we need an impressive "made with htmx" example that will trail blaze an new class of web experiences. People have typecast htmx as something to use for simple use cases that dont "warrant" getting out the serious guns. There is something to that, but it is limiting. Htmx and related 'back-to-the-server' approaches are a distinct category that could have been explored much earlier but for various reasons isnt
Re: Htmx is part of the GitHub Accelerator
#33I've skimmed the documentation and searched for the word server but I haven't been able to discover what is required on the server side. Can anyone point me in the right direction?
Re: Htmx is part of the GitHub Accelerator
#34This page made me realise I'm better off with just vanilla JS or jQuery: https://htmx.org/examples/update-other-content/ Solution 3 gave me a good laugh though.
Re: Htmx is part of the GitHub Accelerator
#35Sorry to sound mean but, what is the point of this? I've gone to the home page it poorly explains what it is and doesn't say why would you want to use something like this. Seems like another distraction.
There's a stable implementation for PHP too.
Re: Htmx is part of the GitHub Accelerator
#36Earlier quoted context omitted.
My main use case will be basic UI interaction, mostly just posting or fetching data from a backend then updating the innerHTML on some element. Vanilla might be enough, but I'm keeping my options open. Also, no compilation step, so no need for npm, etc
JQuery would make sense when we didn’t have querySelector and fetch API. I can’t think of any reason to use it today on a new project, there are not advantages over vanilla.
Re: Htmx is part of the GitHub Accelerator
#37This page made me realise I'm better off with just vanilla JS or jQuery: https://htmx.org/examples/update-other-content/ Solution 3 gave me a good laugh though.
This is a complete non-issue in unpoly as you can have multiple targets:
Read post
https://unpoly.com/targeting-fragmentsHTMX gets a lot of attention, but I think it's not the best option in its field.
Re: Htmx is part of the GitHub Accelerator
#38I've skimmed the documentation and searched for the word server but I haven't been able to discover what is required on the server side. Can anyone point me in the right direction?
Re: Htmx is part of the GitHub Accelerator
#39I've skimmed the documentation and searched for the word server but I haven't been able to discover what is required on the server side. Can anyone point me in the right direction?