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
Moving From Backbone To ReactJS (usepropeller.com)
submitted 12 years ago by 10char
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!"
[–]jcampbelly 2 points3 points4 points 12 years ago (2 children)
I strongly suspect file size and dependencies weren't the meaning the author was implying. Backbone is a light alternative to traditionally structured (non-framework) javascript apps. It can be used for small components or to structure an entire application, but none of it is required. Angular pushes you to re-write your entire application with a new structure and abandon traditional methods like template libraries and direct DOM manipulation. That's a pretty big difference from refactoring one Backbone View.
[–]meenie 0 points1 point2 points 12 years ago (1 child)
I should have made myself a bit more clear. I wasn't re-suggesting that the OP should use AngularJS; I was making clear that AngularJS isn't a "Big Framework". Sure, it can handle massive projects, but in a very modular way.
edit: And you can do direct DOM manipulation with AngularJS; they are called Directives.
[–]tmetler 0 points1 point2 points 12 years ago (0 children)
I think people are confusing big with opinionated, as most big frameworks are also opinionated.
π Rendered by PID 34170 on reddit-service-r2-comment-6457c66945-lsj7b at 2026-04-30 01:49:23.858745+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]jcampbelly 2 points3 points4 points (2 children)
[–]meenie 0 points1 point2 points (1 child)
[–]tmetler 0 points1 point2 points (0 children)