MCPcopy 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

1import { useState, createContext, useContext } from 'react';
2import ReactDOM from 'react-dom/client';
3
4const ctxA = createContext('deafult A');

Callers

nothing calls this directly

Calls 1

createContextFunction · 0.90

Tested by

no test coverage detected