yv
Size: a a a
yv
DS
AO
AO
DS
c
chain в патронум добавить :)chain(a, b, c, d, e)
yv
🚀🚀
const fxStart = rootDN.createEffect(() =>
setInterval(() => {
update(Date.now());
toggleLight();
}, 1000)
);
export const start = fxStart.prepend(noop);
//
const startEvent = useEvent(start);
🚀🚀
🦜
🦜
🦜
🚀🚀
🚀🚀
🚀🚀
🚀🚀
🚀🚀
🚀🚀
🦜
🚀🚀
createEffect(() => {
const callUpdate = scopeBind(update)
setInterval(() => {
callUpdate(Date.now())
}, 1000)
})