Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ Client
Function
Client
packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js:6078–6080 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6076
const
ContextA = React.createContext(
'default'
);
6077
const
ContextB = React.createContext(
'B'
);
6078
function
Client() {
6079
return
use(ContextA) + use(ContextB);
6080
}
6081
function
App() {
6082
return
(
6083
<>
Callers
nothing calls this directly
Calls
1
use
Function · 0.50
Tested by
no test coverage detected