MCPcopy 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
21const App = () => (
22 <div>
23 <Aaa />
24 <Bbb />
25 </div>
26);
27
28const Aaa = () => {
29 const aaa = useStore((state) => state.aaa);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected