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