-
Hi,
as we all know, web browsers implement a default behavior when links are clicked with pressed **ctrl/cmd** keys or the **shift** key. With ctrl/cmd pressed, the page is opened in a new tab, with …
flof updated
7 months ago
-
# Django, HTMX and Alpine
The old is new again - a better way to build web apps?
[https://danjacob.net/posts/djangohtmxalpine/](https://danjacob.net/posts/djangohtmxalpine/)
-
When I use an AJAX call to replace a row the new row shows in English, since my app uses `Accept-Language` to decide what to show. Additionally, what is the safe way to send a session cookie to AJAX a…
-
I'm trying out htmx locally on a simple flat-file site. Everything works well, except I've noticed the htmx-supplied `` tag seem to get duplicated in the `` on every `hx-boost`ed link. **This problem …
-
-
Hello Egil, do you have any plans to support this https://htmx.org/extensions/response-targets/ ?
StefH updated
5 months ago
-
The current paradigm, as describing in the Architecture Overview docs, works okay for linear flows. When only one area of the app needs to be updated, HTMX makes it easy.
The issue is, as app comp…
-
The swifties of HTMX on twitter are asking "why not HTMX?".
While I'm not as enamoured by HTMX as some, there is a good argument to build a frontend that requires no javascript, with optional impro…
-
# プロジェクト概要:HTMXを活用したお問い合わせフォーム
## 要件定義
本プロジェクトは、既存のポートフォリオウェブサイトに簡単なお問い合わせフォームを追加することを目的としています。主な要件は以下の通りです:
1. HTMXを使用して、シンプルで効率的なフォーム送信を実現する
2. フォームデータをGoogle Sheetsに保存する
3. 最小限のMVP(Minim…
-
I put together a visual layout for this project. Here are some key features I was thinking about. I'm not sure what it would involve to make all of them, and would love to talk tomorrow about what you…