MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / Answer

Class Answer

code/communication/src/app.jsx:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39};
40
41class Answer extends React.Component {
42 render() {
43 return <span>42</span>;
44 }
45}
46
47class App extends React.Component {
48 logoClicked() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected