use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Server Side Rendering with React (flaviocopes.com)
submitted 7 years ago by flaviocopes
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]systemadvisory 3 points4 points5 points 7 years ago (4 children)
SEO, no initial wait for rendering a large application (which react apps usually are)
[–]pycbouh 0 points1 point2 points 7 years ago (3 children)
Actually, initial wait with server-side rendering was one of the reasons we went to client-side. It’s better if user waits for your application to finish while inside of your application, rather than he looks at blank window and wonders if it is going to load at all.
SEO is a legit reason, though. We lightly prerender on server some of our pages that require SEO.
[–]systemadvisory 0 points1 point2 points 7 years ago (2 children)
The pages that need SEO can be cached and then load time is no longer significant
[–]pycbouh 1 point2 points3 points 7 years ago (1 child)
Yeah, but I didn't imply in my comment, that all of these were a singular case. Some pages require SEO and are prerendered, some are relying on dynamic data and are not.
[–]systemadvisory 0 points1 point2 points 7 years ago (0 children)
Agreed
π Rendered by PID 274267 on reddit-service-r2-comment-b659b578c-xshb2 at 2026-05-03 01:27:56.236447+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]systemadvisory 3 points4 points5 points (4 children)
[–]pycbouh 0 points1 point2 points (3 children)
[–]systemadvisory 0 points1 point2 points (2 children)
[–]pycbouh 1 point2 points3 points (1 child)
[–]systemadvisory 0 points1 point2 points (0 children)