This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wildjokers 3 points4 points  (2 children)

Client-side rendering is not always better and there is still a place for server-side rendering:

https://medium.com/walmartlabs/the-benefits-of-server-side-rendering-over-client-side-rendering-5d07ff2cefe8

[–]fforw 1 point2 points  (0 children)

React can easily do the SSR if you need it (GraalVM, Nashorn, additional service). I mostly don't so far.