-
I'd like to contribute by adding htmx patterns and examples. Is there anything specific you are looking for? If not I can try porting some of https://htmx.org/examples/
-
I tried upgrading to HTMX 2.0.3, using HTMLUnit 4.5.0 and I hit the following error:
```
Exception class=[org.htmlunit.corejs.javascript.EvaluatorException]
org.htmlunit.ScriptException: syntax e…
-
### Description 📝
Can i use [Htmx](https://github.com/bigskysoftware/htmx) in these libraries?
### Suggested solution 💡
_No response_
### Alternative ⛕
_No response_
### Additional c…
-
### Support for HTMX / Hypermedia Development Patterns
I wanted to request that you consider that there are many HTMX developers looking for a good TS-based SSR framework for use with HTMX. HonoX l…
-
I have a question regarding the use of htmx in Lit. There are questions related to the integration with web components, I would like to know if it is possible to integrate HTMX within Lit (https://lit…
-
Hi, I am trying to write an extension using the `htmx:beforeSwap` event, and it appears that line 4714:
`if (!triggerEvent(target, 'htmx:beforeSwap', beforeSwapDetails)) return`
ends up resultin…
-
Hello there,
I'm curious if there are any plans to make Django CKEditor 5 compatible with HTMX?
Currently, when sending an HTMX request with Django CKEditor 5, the payload of the fields appears …
-
Hey, thanks for sharing this! I'm wondering where is actually htmx part happening, can't spot any standard tags in html file, looks like it's all driven via JS.
-
I found this issue while going to a friend website that has been built using htmx.
The webview zoom only when moving the cursor:
![Peek 2024-10-13 10-49](https://github.com/user-attachments/assets…
-
Examples using htmx pattern seem perfect since htmx can also push over SSE or websockets.
in golang there are plenty of htmx examples.
you just use go templates to compose the UI .
even a dec…