-
TL;DR:
Is there a way to simply append to the current url in htmx? It would be nice in order to avoid ugly backend templating.
## The problem
I have recently started using htmx on a project. It is …
-
URL: https://htmx.org/
Docs source (uses eleventy): https://github.com/bigskysoftware/htmx/tree/master/www
-
Hi, I have a server that is responding with a http chunked response to load data as it's available (also it reduces the consumption of memory on the server):
https://en.wikipedia.org/wiki/Chunked_tra…
-
i am experimenting with having a gio webview with in larger gio App.
The middle par is a gio web view.
The left and right pane is any gio layout.
this is probably a petty common UX use case I …
-
Hi,
I came across a bug with versions 1.9.X and 2.X. When I use `hx-trigger="click from:body"` or more useful ones like `hx-trigger="click[event.target.matches('button#btnid')] from:body"`, any che…
-
I propose adding a HtmxEndpoint Class that can be used to create HTTP Endpoints and can be directly called from Template Engines.
The Controller would look like this:
```
@Controller
class Exam…
-
In dev (`FLASK_DEBUG=true`), showing a traceback is good. If we are not in dev, we currently show a `500 internal server error` page.
To do better than that, we should show something to the user th…
-
Are there examples of rendering server side and client side
the reasons are:
Keep google happy by going its search bot a static site . SSR - server side rendering.
keep users happy with a cl…
-
Sidenote: Thanks for this library and for *Hypermedia Systems*! I'm reading the book and experimenting with a port of [one of my apps](https://github.com/mtlynch/screenjournal) to htmx.
From my exp…
-
Pues me he lanzado al pique rápido....y con los comentarios de Dani he probado [HTMX](https://htmx.org/) + [Hyperscript](https://hyperscript.org/), para ver cómo funciona y además hacerlo con el mínim…