Skip to main content
The Deno 2 Release Candidate is here
Learn more
function unstable_batchedUpdates
import { unstable_batchedUpdates } from "https://deno.land/x/react_deno@17.0.2/src/react_dom.d.ts";

Parameters

callback: (a: A, b: B) => any
a: A
b: B

Parameters

callback: (a: A) => any
a: A

Parameters

callback: () => any