Echo JS 0.11.0

<~>

davidspiess 3018 days ago. link 1 point
Be advised, in many cases a pure component with shouldComponentUpdate() implemented, can be slower than rerendering it.
Only use it after recognizing a performance bottleneck when profiling your application.
gcanti 3017 days ago. link 1 point
> in many cases

Could you please show / link to some examples?
gcanti 3015 days ago. link 1 point
So, for example when you know that statistically SCU most often returns false, thanks for the link.