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

File Context.tsx

demos/performance/Context.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { useState, useContext, createContext, memo } from 'react';
2
3const ctx = createContext(0);
4

Callers

nothing calls this directly

Calls 2

createContextFunction · 0.90
memoFunction · 0.90

Tested by

no test coverage detected