|
|
|
|
|
by jamesbrewer
4239 days ago
|
|
The solution you offer is exactly what server rendering is meant to stop. You should load content as fast as possible and that means rendering it on the server. Please stop putting loading icons and spinners where your content should be. |
|
Heck, if the concern is really about having lots of round trips, rather than server side rendering, you could have the server side stitch the client side components and still allow client side rendering. In fact, doing it that way makes it a heck of a lot easier to avoid reloading the entire page each time. Some kind of weird disconnect here.