MCPcopy
hub / github.com/BetaSu/big-react / useEffect

Function useEffect

packages/react/index.ts:20–23  ·  view source on GitHub ↗
(create, deps)

Source from the content-addressed store, hash-verified

18};
19
20export const useEffect: Dispatcher['useEffect'] = (create, deps) => {
21 const dispatcher = resolveDispatcher();
22 return dispatcher.useEffect(create, deps);
23};
24
25export const useTransition: Dispatcher['useTransition'] = () => {
26 const dispatcher = resolveDispatcher();

Callers 3

CpnFunction · 0.90
AppFunction · 0.90
ParentFunction · 0.85

Calls 1

resolveDispatcherFunction · 0.90

Tested by 1

ParentFunction · 0.68