From aeeb2165a9cef7cbca47fa6048320b673b22491d Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Sat, 11 Jan 2025 17:43:40 -0700 Subject: [PATCH] alternatives --- www/content/essays/alternatives.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/www/content/essays/alternatives.md b/www/content/essays/alternatives.md index 9af9a35c6..101a4bcc3 100644 --- a/www/content/essays/alternatives.md +++ b/www/content/essays/alternatives.md @@ -32,7 +32,7 @@ tooling. It eventually became its own project and takes an [SSE-oriented](https approach to hypermedia. Datastar combines functionality found in both htmx and [Alpine.js](https://alpinejs.dev/) into -a single, tidy package. +a single, tidy package that is smaller than htmx. You can see many examples of Datastar in action [here](https://data-star.dev/examples). @@ -69,6 +69,13 @@ This is the *entire* source of the library (I'm not joking): Amazing! +## TwinSpark + +[TwinSpark](https://twinspark.js.org/) is a library created by [Alexander Solovyov](https://solovyov.net/) that is +similar to htmx, and includes features such as [morphing](https://twinspark.js.org/api/ts-swap/#morph). + +It is being [used in production](https://https://twinspark.js.org#who-is-using-this) on sites with 100k+ daily users. + ## jQuery Finally, good ol' [jQuery](https://jquery.com/) has the the [`load()`](https://api.jquery.com/load/#load-url-data-complete)