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.
- replace all foreign domain sources to file uris. e.g.: load google fonts from local cache.
- disable all foreign script files unless it’s valid like js packages from public CDNs, which case load them from local cache.
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?
reddig33@lemmy.world 5 days ago
lyra.horse/blog/2025/08/you-dont-need-js/
A_norny_mousse@feddit.org 5 days ago
Fuck yeah!
Bookmarked for future use. CSS has developed a lot since I started getting aquainted with it.
I didn’t read it completely, is browser coverage addressed in the article?
fxdave@lemmy.ml 5 days ago
The only non-heated comment. I appreciate it. I will read it.
A_norny_mousse@feddit.org 5 days ago
You mean people replying to you? I wouldn’t call those heated, rather derisive. Just like your own original comment. You come across as presumptuous and pretending to be more knowledgeable than you really are.
fxdave@lemmy.ml 3 days ago
It suggests using minimal js, I use react the same way, whatever I can do with css, I do it with css. But I am not going to footgun myself. I start the app with react because at some point I will need react.