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

Method render

code/communication/src/app.jsx:51–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 console.log('logo clicked');
50 }
51 render() {
52 return (
53 <Title text='Hello React' logoClicked={this.logoClicked}>
54 <span>community</span>
55 <SomethingElse answer={ <Answer /> } />
56 </Title>
57 );
58 }
59};
60
61ReactDOM.render(<App />, document.querySelector('#container'));

Callers 6

app.jsFile · 0.45
finishClassComponentFunction · 0.45
lFunction · 0.45
CgFunction · 0.45
app.jsxFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected