1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2024-11-23 00:59:38 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
421d1e9ede
🐛 Fix observerAdded and observerRemoved logic 2023-08-26 17:47:46 +02:00
f5adefbc9c
💥 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)`
2023-08-26 17:32:58 +02:00
a36786042b
♻️ Refactore, add abort option 2023-08-26 12:20:01 +02:00
77cb9cf626
Add signal listener, reactive and wrap object functions 2023-08-25 20:45:02 +02:00
5417ecea19
Add connected/disconnected observers 2023-08-25 12:04:58 +02:00
c8bf8dccaf
♻️ Rename listen to on 2023-08-25 12:04:15 +02:00
404971f484
Add signals functionality and reactive attributes in assign 2023-08-24 14:15:55 +02:00
31563c4f7b
💥 Events and README idea presentation 2023-08-23 15:37:32 +02:00