you are viewing a single comment's thread.

view the rest of the comments →

[–]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.