Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuarkGluonPlasma/react-course-code
/ App
Function
App
context-trap/src/App4.tsx:21–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
20
21
const App = () => (
22
<div>
23
<Aaa />
24
<Bbb />
25
</div>
26
);
27
28
const Aaa = () => {
29
const aaa = useStore((state) => state.aaa);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected