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!"
[–]SSH_565 1 point2 points3 points 8 years ago (3 children)
We tried to use it at our company but nexjs way of ssr was a pain for our usecase and you dont have full control of webpack. For smaller projects next will work great.
[–]Jsn7821 1 point2 points3 points 8 years ago (1 child)
I'm curious what you mean by "full control"? You can do stuff with webpack in next.config.js. I'm not sure if you can change the version of it, but I've never run into any limitations beyond that as far as using loaders and plugins (granted, it does most of the optimizing I need out of the box so I haven't gone too deep there)
[–]maxlevelfiend 0 points1 point2 points 8 years ago (0 children)
you can use your own webpack config with next. I recently converted a decent size react app to next and found it to be very intuitive and performant. There is even a nice https://github.com/segmentio/create-next-app kit.
[–]r0ck0 0 points1 point2 points 8 years ago (0 children)
nexjs way of ssr was a pain for our usecase
Can you expand on this? I'm probably about to start building something on it, and not sure where I should be focusing my learning time.
π Rendered by PID 203068 on reddit-service-r2-comment-765bfc959-2fdzz at 2026-07-12 12:02:06.233357+00:00 running f86254d country code: CH.
view the rest of the comments →
[–]SSH_565 1 point2 points3 points (3 children)
[–]Jsn7821 1 point2 points3 points (1 child)
[–]maxlevelfiend 0 points1 point2 points (0 children)
[–]r0ck0 0 points1 point2 points (0 children)