coreFunctionsbatchbatch Callablebatch(action: () => any): voidRun a function in a batch update context. It will defer all effect notifications until the function is finished.Parametersaction: () => anyReturns void
Run a function in a batch update context.
It will defer all effect notifications until the function is finished.