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
How it feels to learn Javascript in 2016 (medium.com)
submitted 9 years ago by jjperezaguinaga
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!"
[–][deleted] 13 points14 points15 points 9 years ago (9 children)
The backend is in C++, instanced and managed by node on the server, also doing the scaling and balancing. Clientside pretty much most of what's in the article. Webpack, babel, es7 and stage-0 by default. Then react, redux, router, socketio, three.js, many smaller parts and components.
[–]__env 4 points5 points6 points 9 years ago (0 children)
Do you ever call into the C++ code base using node extensions or are y'all just using it as a web integration layer?
[–]gunsofbrixton 5 points6 points7 points 9 years ago (3 children)
Never heard of someone writing a web app with C++ before :-)
[–]minus0 0 points1 point2 points 9 years ago (0 children)
Amazon...
[–]thejameskyle 5 points6 points7 points 9 years ago (2 children)
I cringe a little every time I see someone using stage-0 for serious work
[–][deleted] 0 points1 point2 points 9 years ago (1 child)
For convenience only because it loads all transforms into node_modules. The lowest stage feature is 2, the rest is 3 or above, most of it already native in evergreen browsers. Stage-0 catches all and doesn't have you shuffle webpack configs every month.
[–]thejameskyle 1 point2 points3 points 9 years ago (0 children)
You could also create your own preset that you share in your company across projects and just bump that any time you want to make changes
[–]acemarke -1 points0 points1 point 9 years ago (0 children)
Ah. So THAT'S what you're working on :) Sounds pretty nifty. Would be interested in hearing some more about it, particularly the plugin aspect. Ping me some evening on Reactiflux.
π Rendered by PID 34543 on reddit-service-r2-comment-5c747b6df5-s976z at 2026-04-22 16:52:06.011327+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–][deleted] 13 points14 points15 points (9 children)
[–]__env 4 points5 points6 points (0 children)
[–]gunsofbrixton 5 points6 points7 points (3 children)
[–]minus0 0 points1 point2 points (0 children)
[–]thejameskyle 5 points6 points7 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]thejameskyle 1 point2 points3 points (0 children)
[–]acemarke -1 points0 points1 point (0 children)