Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gaearon/react-hot-loader
/ shouldComponentUpdate
Method
shouldComponentUpdate
test/AppContainer.dev.test.js:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
class
App extends Component {
49
shouldComponentUpdate() {
50
return
false;
51
}
52
53
render() {
54
spy();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected