Y
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
amiga-workbench
2879 days ago
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.
link