Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuarkGluonPlasma/react-course-code
/ Bbb
Function
Bbb
hook-test/src/App6.tsx:30–34 ·
view source on GitHub ↗
(props: BbbProps)
Source
from the content-addressed store, hash-verified
28
}
29
30
function Bbb(props: BbbProps) {
31
console.log(
'bbb render'
);
32
33
return <h2>{props.count}</h2>
34
}
35
36
const MemoBbb = memo(Bbb);
37
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected