I use Google Chromium, and I have JavaScript disabled by default. I then whitelist specific trusted sites that require it.
There are a large number of websites that display nothing but a blank, white page when visiting them with JS disabled.
Some of these websites are very popular, large and well-known, while others are smaller startup/personal projects that are posted on HN.
Is there a particular design decision that results in this large number of websites? Or perhaps a common framework that doesn't have a <noscript>-like component?
I'm not expecting the full website to work with JS disabled, but I should at least be able to view the static content. At the very least there should be a warning suggesting that JS should be enabled.
I know that I'm in an extreme minority with this, but it seems like a silly thing for website operators to miss out.
But it requires a bit of work to set up, and so some developers either can't figure it out or can't be bothered to try and figure it out, hence the JavaScript needed to render the page at all thing.