MCPcopy Create free account
hub / github.com/BetaSu/big-react / createUpdateQueue

Function createUpdateQueue

packages/react-reconciler/src/updateQueue.ts:36–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34};
35
36export const createUpdateQueue = <State>() => {
37 return {
38 shared: {
39 pending: null
40 },
41 dispatch: null
42 } as UpdateQueue<State>;
43};
44
45export const enqueueUpdate = <State>(
46 updateQueue: UpdateQueue<State>,

Callers 2

createContainerFunction · 0.90
createFCUpdateQueueFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected