Implement shouldComponentUpdate on TargetPane
Improves performance by comparing sprite info values (rather than object identities), and by excluding irrelevant data from this comparison.
... | ... | @@ -44,6 +44,9 @@ |
"husky": "0.13.1", | ||
"lodash.bindall": "4.4.0", | ||
"lodash.defaultsdeep": "4.6.0", | ||
"lodash.isequal": "4.5.0", | ||
"lodash.omit": "4.5.0", | ||
"lodash.pick": "4.4.0", | ||
"minilog": "3.1.0", | ||
"opt-cli": "1.5.1", | ||
"postcss-loader": "1.2.2", | ||
... | ... |
Please register or sign in to comment