Skip to main content
Module

x/pagic/mod.ts>ReactDOM.unstable_batchedUpdates

A static site generator powered by Deno + React
Go to Latest
function ReactDOM.unstable_batchedUpdates
import { ReactDOM } from "https://deno.land/x/pagic@v1.5.1/mod.ts";
const { unstable_batchedUpdates } = ReactDOM;

Parameters

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

Parameters

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

Parameters

callback: () => any