Skip to content

Commit bced397

Browse files
authored
Add Nomini to htmx alternatives (#3497)
Add Nomini to alternatives.md
1 parent 7a0086f commit bced397

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

www/content/essays/alternatives.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ a single, tidy package that is smaller than htmx.
6666

6767
You can see many examples of Datastar in action [here](https://data-star.dev/examples).
6868

69+
## Nomini
70+
71+
[Nomini](https://github.com/nonnorm/nomini) is a hypermedia implementation that embraces writing JavaScript in the original and intended way, as a simple enhancement to mostly-static pages. Its goal is to add a minimal layer of LoB on top of HTML to allow for powerful server-driven web apps with easily implemented client-side features. Additionally, it is currently the smallest library existing that gives both reactive variables and partial page swaps (~2.8k minified, ~1.4k minzipped).
72+
73+
In essence, Nomini is a tiny reimplementation of Datastar or a combination of Fixi and Alpine.js, intended to be a minimal, pragmatic building block for reactive server-driven UIs.
74+
6975
## Alpine-ajax
7076

7177
Speaking of Alpine (which is a common library to use in conjunction with htmx) you should look at

0 commit comments

Comments
 (0)