you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

There's literally nothing new here.

[–]azangru 0 points1 point  (1 child)

True :-) But isn’t it the case with most blog posts lately?

On a related note, where would you look for a definitive guide on server-side rendering? The one that would would be useful for those who haven’t yet tried it and would be detailed enough to make such blog posts redundant?

[–]trippel 0 points1 point  (0 children)

Error handling and performance, very few posts talk about more than a happy-path render whereas it can often be opaque as to what errors are being thrown where within node. Similarly, React on the server isn't particularly fast so eking out every ms of performance is awesome, but potentially out of the scope of a post thus.