Comment on The sheer amount of websites that are completely unusable without JavaScript

fxdave@lemmy.ml ⁨5⁩ ⁨days⁩ ago

As a web developer, I see js as a quality improvement. No page reloads, nice smooth ui. Luckily, PHP times has ended, but even in the PHP era disabling jQuery could cause problems.

We could generate static html pages It just adds complexity.

Personally I use only client-side rendering, and I think, that’s the best from dev perspective. Easy setup, no magic, nice ui. And that results in blank page when you disable js.

If your motivation is to stop tracking.

If your motivation is to see old html pages, with minimal style, well it’s impossible to do them reliably. If you are worried about closed-source js. You shouldn’t be. It’s an isolated environment. if something is possible for js and you want to limit its capability, contribute to browsers. That’s the clear path.

I can be convinced. What’s your motivation?

source
Sort:hotnewtop