Comment on nobody in webdev knows what graceful degradation is anymore

<- View Parent
Pika@sh.itjust.works ⁨21⁩ ⁨hours⁩ ago

my only issue with this ideology is, this setup would essentially require a whole new processing system to handle, as instead of it being sent via events, it would need to be rendered and sent server side. This also forces the server to load everything at once instead of dynamically like how it currently does, which will increase strain/load on the server node that is displaying the web page, while also removing the potential of service isolation between the parts of the web page meaning if one component goes down(such as chat history), the entire page handler goes down, while also decreasing page response and load times. That’s the downside of those old legacy style pages. They are a pain in the ass to maintain, run slower and don’t have much fallover ability.

source
Sort:hotnewtop