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

<- View Parent
MotoAsh@lemmy.world ⁨3⁩ ⁨days⁩ ago

Ehhhhh itvkinda’ depends. Most things that are merely changing how something already present onvthe page is displayed? Probably don’t need JS. Doing something cool based on the submit or response of a form being submitted? Probably don’t need JS. Changing something dynamically based off of what the user is doing? Might not need JS!

Need to do some computation off of the response of said form and change a bunch of the page? You probably need JS. Need to support older browsers simply doing all of the previously described things? Probably need JS.

It really, really depends on what needs to happen and why.

source
Sort:hotnewtop