AO
Size: a a a
AO
IS
AO
IS
IS
AO
AO
IS
🚀🚀
AO
AO
🚀🚀
const app = createDomain()
const fx = app.createEffect()
const a = attach({
effect: fx,
mapParams: _ => _,
})
const b = attach({
effect: fx,
mapParams: _ => _,
})
fork(app, {
handlers: new Map([
[fx, () => ({data: 'fx response'})],
[a, () => ({data: 'no longer connected'})],
[b, () => ({data: 'no longer connected'})],
])
})
🚀🚀
🚀🚀
IS
IS
AO
AO
IS
AO