diff options
author | Carson Gross <carson@bigsky.software> | 2024-03-08 11:54:15 -0700 |
---|---|---|
committer | Carson Gross <carson@bigsky.software> | 2024-03-08 11:54:15 -0700 |
commit | f7b281fd7d1a265a1dffc3e57727298bceff9e2a (patch) | |
tree | 86c8b4bbaf338d2fca3ae8fd4ed186ab6da82e9d | |
parent | 00485b282beeb6108abf98b9635811355d0a954b (diff) | |
parent | ba2c30b648d64be50a127ca4767eae41a4bc266f (diff) | |
download | htmx-f7b281fd7d1a265a1dffc3e57727298bceff9e2a.tar.gz htmx-f7b281fd7d1a265a1dffc3e57727298bceff9e2a.zip |
Merge remote-tracking branch 'origin/master'
-rw-r--r-- | www/content/extensions/server-sent-events.md | 2 | ||||
-rw-r--r-- | www/content/server-examples.md | 6 | ||||
-rw-r--r-- | www/content/webring.md | 1 |
3 files changed, 8 insertions, 1 deletions
diff --git a/www/content/extensions/server-sent-events.md b/www/content/extensions/server-sent-events.md index 55aa206d..7a17786a 100644 --- a/www/content/extensions/server-sent-events.md +++ b/www/content/extensions/server-sent-events.md @@ -12,7 +12,7 @@ Use the following attributes to configure how SSE connections behave: * `sse-connect="<url>"` - The URL of the SSE server. * `sse-swap="<message-name>"` - The name of the message to swap into the DOM. -* `hx-swap` - You can control the swap strategy by using the [hx-swap](@/attributes/hx-swap.md) attribute. +* `hx-swap` - You can control the swap strategy by using the [hx-swap](@/attributes/hx-swap.md) attribute, though note that modifiers like `scroll` are not supported. * `hx-trigger="sse:<message-name>"` - SSE messages can also trigger HTTP callbacks using the [`hx-trigger`](@/attributes/hx-trigger.md) attribute. ## Install diff --git a/www/content/server-examples.md b/www/content/server-examples.md index 5d6a237a..fdc27d7c 100644 --- a/www/content/server-examples.md +++ b/www/content/server-examples.md @@ -164,6 +164,12 @@ These examples may make it a bit easier to get started using htmx with your plat - <https://github.com/lorantkurthy/todo-htmex> +## F# + +### Giraffe + +- <https://hamy.xyz/labs/2023-12-fsharp-htmx> + ## Go ### templ diff --git a/www/content/webring.md b/www/content/webring.md index 2a650c53..35a57a30 100644 --- a/www/content/webring.md +++ b/www/content/webring.md @@ -108,6 +108,7 @@ title = "htmx webring" <tr><td><a rel="nofollow" target="_blank" href="https://openunited.com/">OpenUnited</a></td><td>A Digital Talent match-making platform</td></tr> <tr><td><a rel="nofollow" target="_blank" href="https://gophemeral.com">Gophemeral</a></td><td>Share secrets securely!</td></tr> <tr><td><a rel="nofollow" target="_blank" href="https://signup.casa">Signup Casa</a></td><td>Simple, convenient sign-up forms.</td></tr> + <tr><td><a rel="nofollow" target="_blank" href="https://recipes.musicavis.ca">Recipya</a></td><td>A clean, simple and powerful recipe manager your whole family can enjoy.</td></tr> </tbody> </table> </div> |