Yes. Web apps existed before JavaScript.
Comment on nobody in webdev knows what graceful degradation is anymore
lena@gregtech.eu 1 month ago
Fair, some websites do need JavaScript though. Such as webapps. Could they be server-side rendered?
EnsignWashout@startrek.website 1 month ago
6nk06@sh.itjust.works 1 month ago
SSR is a thing and could be used to render most content remotely without pissing off readers.
PeriodicallyPedantic@lemmy.ca 1 month ago
They know ssr is a thing which is why they used that term. But ssr produces a static page or static component, where webapps often require some level of interactivity for their basic functionality, such as reacting to server events. They’re asking if that can be achieved with ssr
candyman337@lemmy.world 1 month ago
Depending on the web app, the real solution would be a much more simplified JavaScript free version
possiblylinux127@lemmy.zip 1 month ago
Why spend time and money on something that will end up being only half functional. It costs money to support that.
candyman337@lemmy.world 5 weeks ago
For the sake of graceful degredation, that’s the whole point of the post