Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlloyTeam/PhyTouch
/ shouldComponentUpdate
Method
shouldComponentUpdate
transformjs/react/transform.react.js:205–207 ·
view source on GitHub ↗
(nextProps, nextState)
Source
from the content-addressed store, hash-verified
203
}
204
205
shouldComponentUpdate(nextProps, nextState) {
206
return
isDiff(this.props, nextProps);
207
}
208
209
render() {
210
let
{
Callers
1
index.js
File · 0.80
Calls
1
isDiff
Function · 0.70
Tested by
no test coverage detected