Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gaearon/react-hot-loader
/ render
Method
render
test/AppContainer.dev.test.js:26–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
25
class
App extends Component {
26
render() {
27
spy();
28
return
<div>hey</div>;
29
}
30
}
31
32
RHL.register(App,
'App'
,
'test.js'
);
Callers
nothing calls this directly
Calls
1
getChild
Function · 0.85
Tested by
no test coverage detected