Closed vojtech-dobes closed 9 years ago
If I understand the code correctly, custom shouldComponentUpdate prevents re-render when only children change. How to solve this?
shouldComponentUpdate
shouldComponentUpdate could be removed, I think for a small component like tat, re-rendering a single virtual DOM element for nothing is not that expensive.
Removed and 0.1.5 released
Thanks!
If I understand the code correctly, custom
shouldComponentUpdate
prevents re-render when only children change. How to solve this?