Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuarkGluonPlasma/react-course-code
/ Bbb
Function
Bbb
hook-test/src/App5.tsx:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
function Bbb() {
14
return <div><Ccc></Ccc></div>
15
}
16
17
function Ccc() {
18
const count = useContext(countContext);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected