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

Method render

code/new-context-api/src/app.jsx:7–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6class App extends React.Component {
7 render() {
8 return (
9 <Provider value={ { title: 'React In Patterns' } }>
10 <Header />
11 </Provider>
12 );
13 }
14};
15
16ReactDOM.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