Skip to content

Commit

Permalink
alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Jan 12, 2025
1 parent 29ace83 commit aeeb216
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion www/content/essays/alternatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit aeeb216

Please sign in to comment.