effect
import { effect } from 'xoid'
effect
is completely identical to subscribe
, except it runs immediately instead of waiting for the first update after subscription
import { effect } from 'xoid'
effect
is completely identical to subscribe
, except it runs immediately instead of waiting for the first update after subscription