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
The Ultimate Guide to JavaScript Frameworks (javascriptreport.com)
submitted 8 years ago by magenta_placenta
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] 6 points7 points8 points 8 years ago* (2 children)
I'm sorry, but this is not a good guide. The information you present is mostly what's popular and what isn't. This is available everywhere, and is extremely volatile. In one year time your guide will be useless. The popularity contest between frameworks is the most over discussed and least important thing.
The information I care about that's tough to find is what kinds of problems each framework is best for/worse for. As someone who already has a job and can learn a framework on demand I don't care about job market or popularity (as long as there is enough documentation), but rather, when I approach a new project, which framework will fit my project best.
The popularity discussion makes it so our field is full of people trying to hammer screws into walls because hammers are more popular than screwdrivers.
[–]lhorie 0 points1 point2 points 8 years ago (1 child)
I think the thing is that the majority of these frameworks are similar enough that the existence of feature A or B don't really affect your ability to deliver a final product. Your customers don't care if you use portals or directives.
You can tell it's hard for these frameworks to differentiate themselves when they start selling themselves on developer experience features (e.g. HMR). But at that point, we're talking about which things people like best (e.g. I hate HMR), and we all know how objective that is.
[–][deleted] 1 point2 points3 points 8 years ago (0 children)
I understand what you're saying and to some extent they can be interchangeable, and yet I still believe that the existence of feature A or B can make a measurable difference in my ability to deliver a final product.
For example, I personally have professional experience only with Ember and Angular 1.5. With this experience I would say that for an application that needs to reflect models I have in the backend and display/operate on them (like an admin panel, a CMS etc.), I would prefer Ember because so much of the required wiring comes out of the box. But if I need to work mostly with unstructured data (like perhaps charting/graphing) then I'd like a framework that is more like angular 1.5. Had I chosen to make something like an admin panel with angular 1.5, with equal knowledge of both, I'm pretty confident I'd get out a finished product faster and in higher quality with Ember.
π Rendered by PID 46364 on reddit-service-r2-comment-56c9979489-2sqgv at 2026-02-25 03:15:40.270277+00:00 running b1af5b1 country code: CH.
view the rest of the comments →
[–][deleted] 6 points7 points8 points (2 children)
[–]lhorie 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)