Echo JS 0.11.0

<~>

davidspiess 2821 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 2821 days ago. link 1 point
> in many cases

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