From 4d6699f666968de440eeb8f4f779897a3eb7592a Mon Sep 17 00:00:00 2001 From: "Dmitry Iv." Date: Sat, 29 Mar 2025 00:07:09 -0400 Subject: [PATCH] Add sprae --- data.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data.js b/data.js index 54e4f060..6c847c64 100755 --- a/data.js +++ b/data.js @@ -202,6 +202,14 @@ module.exports = [ url: "https://github.com/dy/subscript", source: ["https://unpkg.com/subscript@1.0.5/subscript.js"] }, + { + name: "sprae", + github: "dy/sprae", + tags: ["signals", "DOM", "hydration", "progressive enhancement", "framework", "eval", "CSP", "preact-signals", "reactive", "alpine", "petite-vue"], + description: "DOM tree microhydration: open progressive enhancement framework with preact-signals reactivity. A fast & light alternative to alpinejs", + url: "https://github.com/dy/sprae", + source: ["https://unpkg.com/sprae@11.0.8/dist/sprae.js"] + }, { name: "blobcounter.js", github: "satrobit/blobcounter.js",