Live data from Hacker News

JavaScript growth and third parties

speedcurve.com

1–10 of 77 posts

Re: JavaScript growth and third parties

#6
EDIT: The HN title changed so I don't know if this comment is relevant anymore.

That sounds like saying "living is the leading cause of death".

I mean, I don't particularly like JS, but it seems like we decided long ago that plain documents and links won't cut it. Everything, apparently, needs to be a rich web application with huge images and a gazillion of ads.

Why is that Javascript's fault?

Re: JavaScript growth and third parties

#7
I don't understand why JavaScript is so ubiquitous now. There seem to be very few cases where it is actually necessary and useful (e.g. a calculator form that does computations client side that would otherwise overwhelm the server).

I am constantly surprised at the number of sites that should be totally static (e.g. a local restaurant's menu page) that display nothing at all when I visit with JavaScript disabled.

Can someone who actually makes websites explain why this has happened? Is this about varying screen resolutions and aspect ratios in the era of phones and tablets? Can't you just use CSS instead?

Post reply on HN