Hellfire103@lemmy.ca to Mildly Infuriating@lemmy.worldEnglish · edit-22 days agoThe sheer amount of websites that are completely unusable without JavaScriptlemmy.caimagemessage-square131fedilinkarrow-up1314arrow-down121
arrow-up1293arrow-down1imageThe sheer amount of websites that are completely unusable without JavaScriptlemmy.caHellfire103@lemmy.ca to Mildly Infuriating@lemmy.worldEnglish · edit-22 days agomessage-square131fedilink
minus-squarekaty ✨@piefed.blahaj.zonelinkfedilinkEnglisharrow-up35arrow-down6·2 days agowild thing is that with modern css and local fonts (nerdfonts, etc), you can make a simple page with a modern grid and nested css without requiring a single third party library or js. devs are just lazy.
minus-squareTrickDacy@lemmy.worldlinkfedilinkEnglisharrow-up19arrow-down1·2 days agoDevs are lazy but also product people and design request stuff that even modern CSS cannot do
minus-squareMonkderVierte@lemmy.ziplinkfedilinkEnglisharrow-up18arrow-down1·2 days ago devs are just lazy. *cost-efficient. At this point it’s a race to the bottom.
minus-square☂️-@lemmy.mllinkfedilinkEnglisharrow-up6·1 day agoand its not even the devs. its the higher ups forcing them to do shit that won’t work.
minus-squareMonkderVierte@lemmy.ziplinkfedilinkEnglisharrow-up4·1 day agoYep, burnout-rate increasing, companies favoring quantity over quality.
minus-squarePossibly linux@lemmy.ziplinkfedilinkEnglisharrow-up2·1 day agoHave you ever built anything more complex with CSS and HTML5? It is a massive pain
minus-squarekaty ✨@piefed.blahaj.zonelinkfedilinkEnglisharrow-up3·1 day agoif im building something complex im using an actual server side language not a javascript framework
wild thing is that with modern css and local fonts (nerdfonts, etc), you can make a simple page with a modern grid and nested css without requiring a single third party library or js.
devs are just lazy.
Devs are lazy but also product people and design request stuff that even modern CSS cannot do
*cost-efficient. At this point it’s a race to the bottom.
and its not even the devs. its the higher ups forcing them to do shit that won’t work.
Yep, burnout-rate increasing, companies favoring quantity over quality.
Have you ever built anything more complex with CSS and HTML5? It is a massive pain
if im building something complex im using an actual server side language not a javascript framework
You use both