@MorganCheng
Engineering Ninjia
Nothing here yet.
Nothing here yet.
No blogs yet.
Server-side rendering is friendly to Search Engine. Even though Google crawler can understand Browser-rendered page now, there are still other search engines that cannot. Server-side rendering COULD have better performance if designed well. I use "COULD" since you may get opposite result if poorly designed.
@sandeep As the link states "there are very few places where we're using React to render on the serve". I know that there are quite a few companies put SSR of React into production, but it doesn't change the history. https://twitter.com/cpojer/status/711729444323332096
React.js is not designed for server-side-rendering, even though you can do it. Think twice before you apply it in production. For browser side, I haven't heard any report that the memory pressure is an issue.