Options for effect.
effect
Optional
When true, the effect re-runs synchronously at each write that affects it. By default effects are batched: all writes in the same tick coalesce into a single re-run on the next microtask.
Options for
effect.