Skip to content

Commit 58300d9

Browse files
authored
Update readme.md
1 parent 07b8a03 commit 58300d9

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# [](https://dy.github.io/sprae) sprae [![tests](https://github.com/dy/sprae/actions/workflows/node.js.yml/badge.svg)](https://github.com/dy/sprae/actions/workflows/node.js.yml) ![size](https://img.shields.io/badge/size-~8kb-white) ![deps](https://img.shields.io/badge/deps-0-white) [![npm](https://img.shields.io/npm/v/sprae?color=white)](https://www.npmjs.com/package/sprae) [![license](https://img.shields.io/npm/l/sprae?color=white)](./license)
22

3-
> Reactive sprinkles for HTML/JSX.
3+
**DOM microhydration**. Add reactivity to the HTML via `:`-attributes.
4+
- No build step, no new syntax.
5+
- [Signals](https://github.com/tc39/proposal-signals)-based and pluggable.
6+
- Full-JS [CSP build](https://dy.github.io/sprae/csp) for strict env and browser extensions.
47

5-
**DOM microhydration** — add reactivity to the HTML via `:attributes` — no build step, no new syntax. [Signals](https://github.com/tc39/proposal-signals)-based and pluggable, with a full-JS [CSP build](https://dy.github.io/sprae/csp) for strict environments and browser extensions. Use it for server-rendered pages, static sites, or prototypes anywhere a full framework is overkill, with any backend and +JSX.
8+
Use for server-rendered pages, static sites, or prototypes anywhere a full framework is overkill, with any backend and +JSX.
69

7-
[**website**](https://dy.github.io/sprae) | [bench](https://krausest.github.io/js-framework-benchmark/)
10+
<!-- [**website**](https://dy.github.io/sprae) | [bench](https://krausest.github.io/js-framework-benchmark/) -->
811

912

1013
## Usage

0 commit comments

Comments
 (0)