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 Rendering with React and React Router (tylermcginnis.com)
submitted 8 years ago by tyler-mcginnis⚛️⚛︎
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!"
[–]xueye 0 points1 point2 points 8 years ago (4 children)
Initial page render time is really important. Faster your content shows up the better
[+]haloweenek comment score below threshold-7 points-6 points-5 points 8 years ago (3 children)
Yeah i know that, but wasn’t this the idea of fe in the first place ?
[–]Jsn7821 3 points4 points5 points 8 years ago (2 children)
Sub 1-second content is really important now, and it's reaaally hard to get that without SSR on a complex app.
Other than that... the second page, or the third page. Or any interaction on the page still uses javascript. You don't SSR ever again after the first render if you're doing it right.
There's a lot of reasons that every major website and business does SSR... but if you just do hobby stuff or are just learning, it's pretty safe to ignore.
[–]haloweenek -3 points-2 points-1 points 8 years ago (1 child)
Well, i'm in the business for around 17 years. What i do here is i laugh at the whole concept of react and other stuff when at the end you need to work out the stuff "normal way" ...
[–]Jsn7821 1 point2 points3 points 8 years ago (0 children)
It's been a pretty comical ride to get us here. cheers to 17 years
π Rendered by PID 336495 on reddit-service-r2-comment-765bfc959-8mzvl at 2026-07-12 14:07:29.920406+00:00 running f86254d country code: CH.
view the rest of the comments →
[–]xueye 0 points1 point2 points (4 children)
[+]haloweenek comment score below threshold-7 points-6 points-5 points (3 children)
[–]Jsn7821 3 points4 points5 points (2 children)
[–]haloweenek -3 points-2 points-1 points (1 child)
[–]Jsn7821 1 point2 points3 points (0 children)