7 ms·
Well the point is that by doing rendering on the client side you get most of the latency issues out of the way on first load and actually have a lot more contro
by jcoffey 15y ago
Well the point is that by doing rendering on the client side you get most of the latency issues out of the way on first load and actually have a lot more control over its effects on the user even after that (e.g. you have the option of syncing with the server in the background).