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

Method render

code/dependency-injection-module-system/src/app.jsx:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8class App extends React.Component {
9 render() {
10 return <Header />;
11 }
12};
13
14ReactDOM.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