Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDoge authored Dec 28, 2024
1 parent 7caa3cb commit 3a8bdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- Keeps you close to the DOM.
- `HTMLElement` builder allows you to differentiate between attributes and properties.
- Builder doesn't only work with `HTMLElement`(s) but works with any `Node` instance including `ShadowRoot`, `DocumentFragment`, `Document`... any `Node` type, including future ones.
- Converts existing HTMLElement methods to builder pattern with `Proxy`.
- Builder converts existing methods on the `Node` instance to builder pattern with `Proxy`.
- Uses signals for reactivity.
- Makes using signals easier with things like `.pipe()`, `.derive()` and more.
- Allows direct DOM manipulation.
Expand Down

0 comments on commit 3a8bdf6

Please sign in to comment.