logoalt Hacker News

spartanatreyutoday at 12:28 AM2 repliesview on HN

This is the wrong way of looking at it.

Making a website's basic functionality work without JS isn't just for the random users who switch off their browser's JS runtime.

It's also for the people who have a random network dropout or slowdown on a random file (in this case a JS file).


Replies

lmmtoday at 5:42 AM

Then why does that same logic not apply to the CSS file?

handoflixuetoday at 1:12 AM

> It's also for the people who have a random network dropout or slowdown on a random file (in this case a JS file).

Does that really apply when the javascript is only ~2kb?

show 2 replies