1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2026-01-11 16:26:28 +01:00

💥 Signals are now optional + reactive element

- `registerReactivity` can be used to register custom behavior
- Signals are automatically registered when `signals.js` is imported;
- `el("<>", signal, map)`
This commit is contained in:
2023-08-26 17:32:58 +02:00
parent a36786042b
commit f5adefbc9c
6 changed files with 86 additions and 58 deletions

View File

@@ -4,4 +4,3 @@
});
export * from "./src/dom.js";
export * from "./src/events.js";
export * from "./src/signals.js";