-
Feature request:
Since htmx heavily relies on client/server interaction, I think that adding an example of how to handle client connection failures would be something that adds value to the project…
-
create dashboard using HTMX, Spring 3.1 + Graal dashboard.
Project time = 1 week.
-
[HTMX](https://htmx.org/) is a tiny library that lets developers specify parts of HTML as dynamic islands that can be swapped by new server-rendered HTML on interaction.
This approach is a declarat…
-
```
Traceback (most recent call last):
File "/app/src/database/sql.py", line 29, in session
yield session
File "/app/src/core/service.py", line 415, in _get_period_sql
return Success(resul…
-
The `fast_app` function is a comprehensive setup utility for creating a FastHTML application with optional database integration. Here's a concise summary of its key components and actions:
1. Applica…
-
__Update 2:__ The regression was introduced here:
https://github.com/bigskysoftware/htmx/blame/2eaa9023102fdd59f80587a11d97df6ac56fa5e3/src/htmx.js#L285
Removing `&& partialResponse` from the co…
-
Currently, livereload is appending itself to the end of the HTML response which means its outside the outer HTML tag.
Is there any to specify a placeholder of where it can inject the snippet. Examp…
-
Updated with customized JS code called upon `onsubmit`.
Playing with an example for https://github.com/bigskysoftware/htmx/issues/398 , I am trying to trigger a `submit` event when `hx-post` is pre…
-
When using a subsession, if there is an observable update from the server to the client before the subsession is initialized, it will be sent before the subsession is initialized.
Here are two exam…
-
i have this todo app which is a fullstack built on hono and htmx, i have a header with a backend data to be displayed on the target element in the frontend. but it must wait for the root request to be…