Hacker News new | ask | show | jobs
by preparedzebra 2879 days ago
The speed of the web is scaling very quickly. IMO avoiding JS completely is ridiculous.
1 comments

JS doesn't just incur a bandwidth cost, you have parse time and then the hit on your users framerate when you naively fiddle with the DOM or override the scrolling behaviour.