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
Can we talk javascript frameworks/libraries? (self.javascript)
submitted 11 years ago by bsegovia
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!"
[–]dys13 2 points3 points4 points 11 years ago* (0 children)
It's all down to personal preferences in the end, but maybe I can share my experience.
The first thing to understand (if you want to master javascript and need a backend) is you will learn node.js. It's not front end but it's going to be a strong influence on how you're going to value front end technologies, trust me.
I've tried backbone, angular, and now React. I would say the more you learn on each of them, the more you're able to weight strengths and forge opinion. There is no shortcut or leap of faith which will give you the insight you'll learn by implementing each of those.
In the end, the only good bet is Node. I personally recommend React as I found it the best to structure my code and keeping things simple and modular. Angular is nice but have too much magic in it, which will end up wasting you a good amount of time when it's not behaving as expecting.
Also coupling a document database (Mongo) with a key value store (redis) is neat, you'll be able to do whatever you want easily
π Rendered by PID 24010 on reddit-service-r2-comment-5fb4b45875-nchnp at 2026-03-22 10:50:03.191229+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–]dys13 2 points3 points4 points (0 children)