Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BetaSu/big-react
/ main.tsx
File
main.tsx
demos/context/main.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { useState, createContext, useContext } from
'react'
;
2
import ReactDOM from
'react-dom/client'
;
3
4
const ctxA = createContext(
'deafult A'
);
Callers
nothing calls this directly
Calls
1
createContext
Function · 0.90
Tested by
no test coverage detected