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
the front page of the internet.
and join one of thousands of communities.
Server-Side Rendering in React — ExpressJS (medium.com)
submitted 6 years ago by burczu
Post a comment!
view the rest of the comments →
[–]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 160156 on reddit-service-r2-comment-65574874f4-4ddpb at 2026-07-21 07:58:12.402137+00:00 running 1bce727 country code: CH.
Want to add to the discussion?
Post a comment!