Aug 26, 2017 · 1 min read
Can you elaborate on, whether,
If we have class component that has only presentation purpose(not dumb, though), that only displays something if mounted. Is returning shouldComponentUpdate() as false, a performance gain?
Can you elaborate on, whether,
If we have class component that has only presentation purpose(not dumb, though), that only displays something if mounted. Is returning shouldComponentUpdate() as false, a performance gain?