Comment on nobody in webdev knows what graceful degradation is anymore

<- View Parent
frezik@lemmy.blahaj.zone ⁨1⁩ ⁨week⁩ ago

JavaScript is needed to actually build anything useful

Not even close. I wrote a management system for the keyfobs at my makerspace. I had some JavaScript in there previously for things like loading up logs with pagination over ajax calls or searching for members by name. I took all that out and made it straight server side HTML. It’s fast, takes minimal browser memory, and the back button works with zero fuss.

Just try making an application that way sometime. Yes, you can find places for targeted use of JavaScript, but every web dev should at least try making a project without it.

source
Sort:hotnewtop