Open gvn opened 9 years ago
Think this would help at all with #638?
Maybe partially. Most of what's described in that bug are data integrity issues, not so much perf issues. However, if we can figure out what UI in particular feels "slow" we might be able to speed it up by not having render
called so much...
@xmatthewx Backlog?
"If performance is a bottleneck, especially with dozens or hundreds of components, use shouldComponentUpdate to speed up your app."
See: https://facebook.github.io/react/docs/component-specs.html#updating-shouldcomponentupdate
There may be some opportunities to leverage this.