-
I followed [getting-started.md](https://github.com/slebetman/express-htmx-components/blob/master/docs/getting-started.md) but it yields a broken installation. It appears that adding `express-htmx-com…
-
Hi there, I've testing sse extension in my project and it's working as expected for swapping the content. However, I want to add new message below like chat message. And when I tried `hx-swap` with `h…
-
This is a related note to this: https://github.com/bigskysoftware/htmx/issues/26
And I appreciate possibly a hard ask, but...
I understand how the `oob` feature lets me return multiple container…
-
It looks like `@` is a valid character in urls/links. V template engine wrongly replaces it to `$`
The problem in the code should be somewhere [here](https://github.com/vlang/v/blob/master/vlib/v/pa…
-
I understand htmx works best with REST but in my case there is black box SDK in between, therefore I am trying to override beforeRequest to handle form submission with my SDK, wrap it with HTML respon…
-
### Your request
A few ideas:
- Zustand
- RTK
- Mobx
- RxJS
- Valtio
- Jotai
- Tanstack Query
-
The main page is a list of assigned processes/tasks.
It is a seemingly endless feed of the currently assigned tasks. Each task is aware of the processes it needs to be forfilled and what process c…
-
I want to be able to do ``, which currently leads to the complete swap not working
https://github.com/bigskysoftware/htmx/blob/ca03dabed11016f83ab09e18dc783e7e70d4ffc5/src/htmx.js#L759-L766
-
I'm trying to use a custom value for `hx-push-url` (i.e. not `hx-push-url="true"`) and still retain any query parameters (from `hx-get`).
Consider the following example:
```python
from fastapi …
-
### Description
I'd like to start using htmx (means I'm an htmx newbie). Is there a recommended way of handling messages created in views with code such as `messages.success(request, 'All good')`?
…