Hacker News new | ask | show | jobs
by vbezhenar 3315 days ago
If your check returned true, you'll re-render anyway, so time for this check is effectively wasted. Imagine that every check returns true. It's better to avoid this check at all in that component.