Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import { useState, useContext, createContext, memo } from
'react'
;
2
3
const ctx = createContext(0);
4
Callers
nothing calls this directly
Calls
2
createContext
Function · 0.90
memo
Function · 0.90
Tested by
no test coverage detected