Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
31
class
App extends Component {
32
render() {
33
return
(
34
<div>
35
<h1>React Context Emission Example</h1>
36
<ShouldComponentUpdateNeverHAHA/>
37
</div>
38
)
39
}
40
}
41
42
export
default App
Callers
1
index.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected