Comment on nobody in webdev knows what graceful degradation is anymore
swelter_spark@reddthat.com 2 weeks ago
Love it when a page loads, and it’s just a white blank. Like, you didn’t even try. Do I want to turn JS on or close the tab? Usually, I just close the tab and move on. Nothing I need to see here.
Croquette@sh.itjust.works 2 weeks ago
React tutorial are like that. You create a simple HTML page with a script and the script generates everything.
I had to do a simple webpage for an embedded webserver and the provider of the library recommended preact, the lightweight version of react. Having no webdev experience, I used preact as recommended and it is a nightmare to use and debug.
swelter_spark@reddthat.com 2 weeks ago
So that’s why.