Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gaearon/react-hot-loader
/ shouldComponentUpdate
Function
shouldComponentUpdate
test/AppContainer.dev.test.js:1144–1146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1142
{
1143
class
App extends Component {
1144
shouldComponentUpdate() {
1145
return
false;
1146
}
1147
1148
render() {
1149
return
(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected