Hacker News new | ask | show | jobs
by nkohari 6029 days ago
The fastest lib though is always going to be no lib.

This is only true if you already know all of the performance hacks in each browser. By using a library, you can outsource the need to worry about that to a third party. Also, only about 5% of your code is ever going to underperform, so deciding to not use a library means you're wasting time on the other 95%.