|
|
|
|
|
by blhack
3507 days ago
|
|
>It sounds from this article that server rendering is more advantageous? Rendering on the server feels faster to the user. With client side rendering, you will often get a skeleton of the site that loads, and then the content that fills that skeleton 100ms or so apart from one another. This sounds like nothing, but it is perceptible to the user. There are absolutely ways around this, but even the Big Guys get it wrong sometimes (for instance: facebook). |
|