Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gaearon/react-hot-loader
/ render
Method
render
test/hot.dev.test.js:84–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
83
class
MyComponent extends Component {
84
render() {
85
spy();
86
return
<div>42</div>;
87
}
88
}
89
90
const
HotComponent = hot(sourceModule)(MyComponent);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected