Comment on nobody in webdev knows what graceful degradation is anymore
MonkderVierte@lemmy.zip 11 hours agoso it’s kind of obvious that they don’t work without it.
Uhm, the web is to share content, not to play JS. That’s what graceful degradation is for: the primary usage should still work.
Korne127@lemmy.world 8 hours ago
Sure, a simple website which just contains information works without it, but if you design a website in which the client does anything interactively and not everything should be processed server-side, it’s not really possible. No matter if you’re talking about a web game, something like Google Earth or an in-browser editor.
MonkderVierte@lemmy.zip 8 hours ago
All examples that work worse than a native software.