Groups multiple signal updates into a single batch to avoid redundant computations.
When multiple signals are updated within a batch, dependent computed values
and effects will only run once at the end, improving performance.
Isomorphic: Works identically across all JavaScript runtimes.
Performance: Eliminates redundant computations from multiple updates.
Synchronous: Batch completes before returning.
Groups multiple signal updates into a single batch to avoid redundant computations.
When multiple signals are updated within a batch, dependent computed values and effects will only run once at the end, improving performance.
Isomorphic: Works identically across all JavaScript runtimes. Performance: Eliminates redundant computations from multiple updates. Synchronous: Batch completes before returning.