HackerTrans
TopNewTrendsCommentsPastAskShowJobs

anste

no profile record

Submissions

April 24 is JavaScript Naked Day – Browse the web without JavaScript

js-naked-day.org
59 points·by anste·2 yıl önce·42 comments

comments

anste
·2 yıl önce·discuss
I like the fact that they actually embrace the Nerd Font variants on their own blog - this is awesome to see!
anste
·2 yıl önce·discuss
There are certainly web apps that could not function without JavaScript. This initiative is more of a protest to shoving functionally useless JavaScript down your throat when you browse a news site or read an article.

JavaScript should progressively enhance those types of websites, and not be a strict requirement.
anste
·2 yıl önce·discuss
I feel like we're reaching completion with the "integrating doom into things" arc - it's now time to start integrating everyday things into Doom.

Just imagine a Todo List or a Calendar in Doom.
anste
·2 yıl önce·discuss
This is why I think JS Naked Day is a cool concept. It's happening on Apr 24th. https://js-naked-day.org/
anste
·2 yıl önce·discuss
File links from comments should just live on a separate page. They should have nothing to do with the repo name or the organization.
anste
·2 yıl önce·discuss
Sad, but true. Unfortunately, Safari still has some ways to go in terms of feature support. https://ios404.com/ has a great list of stuff that's still missing.
anste
·3 yıl önce·discuss
Neat. I wasn't aware that there's an endpoint you could use to retrieve JSON data without an API key. If this project were to gain more traction, I suppose they would interfere with that, right?

It's sad to see that every free Reddit client is forced to be a browser nowadays.
anste
·3 yıl önce·discuss
Every time I see this site it still amuses me that despite all the valuable UX information, it is very annoying to use on a desktop because it feels like it was designed entirely for tablets or phones.
anste
·3 yıl önce·discuss
I've been in the same boat with these discussions.

When I do encounter a component with countless re-renders as described, it is usually painfully obvious what causes them and easy enough to fix.

I think we're going too far if we're expecting React, or any framework, to be fool-proof to the point that we can just throw "whatever" we want at them and expect it to have peak performance.