mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-11-04 23:29:16 +01:00
🎉
This commit is contained in:
@@ -7,7 +7,7 @@ export function mnemonic(){
|
||||
el("code", "O(<value>)"), " — observable: reactive value",
|
||||
),
|
||||
el("li").append(
|
||||
el("code", "O(()=> <computation>)"), " — observable: reactive value dependent on calculation using other observables",
|
||||
el("code", "O(()=> <computation>)"), " — read-only observable: reactive value dependent on calculation using other observables",
|
||||
),
|
||||
el("li").append(
|
||||
el("code", "O.on(<observable>, <listener>[, <options>])"), " — listen to the observable value changes",
|
||||
|
||||
Reference in New Issue
Block a user