Hacker News new | ask | show | jobs
by mlazowik 2924 days ago
If you hit a hot path the impact can be way higher. Especially if you're running client-side and want a fluid experience. Example: https://github.com/facebook/react/pull/12510

But definitely agree that cleaner code > performance in most cases. First make sure you really do need to squeeze that performance out.