Comment on nobody in webdev knows what graceful degradation is anymore
6nk06@sh.itjust.works 2 weeks agoSSR is a thing and could be used to render most content remotely without pissing off readers.
Comment on nobody in webdev knows what graceful degradation is anymore
6nk06@sh.itjust.works 2 weeks agoSSR is a thing and could be used to render most content remotely without pissing off readers.
PeriodicallyPedantic@lemmy.ca 2 weeks 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