Comment on nobody in webdev knows what graceful degradation is anymore

<- View Parent
moseschrute@lemmy.world ⁨1⁩ ⁨week⁩ ago

It’s simple when it’s all SSR or it’s all client side rendered (CSR). In my experience, mixing is when the headache sets in. There are benefits to SSR and CSR. You want a webpage that works without JavaScript, use SSR. You want a persistent video player that continues the current video as you navigate pages on your site, use CSR.

source
Sort:hotnewtop