MCPcopy Index your code
hub / github.com/ReactTraining/react-broadcast / render

Method render

example/src/App.js:32–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31class App extends Component {
32 render() {
33 return (
34 <div>
35 <h1>React Context Emission Example</h1>
36 <ShouldComponentUpdateNeverHAHA/>
37 </div>
38 )
39 }
40}
41
42export default App

Callers 1

index.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected