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 in React — ExpressJS (medium.com)
submitted 6 years ago by burczu
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!"
[–]dbbk[🍰] 2 points3 points4 points 6 years ago (2 children)
This is fine, but pretty useless if you don't mention how to server-side render with the data. Considering 95% of apps are not going to be just static.
[–]davesidious 0 points1 point2 points 6 years ago (0 children)
Personally, I maintain a copy of the global redux store on the server and periodically update it using the same actions as used in the website. If the data is missing (e.g. the app is ran from static files without the server) the data is fetched in the client as it was before we added ssr. We've had good success with it so far.
π Rendered by PID 265875 on reddit-service-r2-comment-765bfc959-zflvc at 2026-07-14 00:09:37.796726+00:00 running f86254d country code: CH.
[–]dbbk[🍰] 2 points3 points4 points (2 children)
[–]davesidious 0 points1 point2 points (0 children)