TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Angular, Backbone, React. Help Me Choose

3 pointsby peterchonalmost 10 years ago
As I get more serious in building web applications, I can&#x27;t seem to decide between Angular, backbone, and React. What&#x27;s your experience?<p>edit: specifically for someone who&#x27;s hasn&#x27;t done a whole lot of MVC dev work.

4 comments

sjs382almost 10 years ago
I only have experience with Angular &amp; Backbone.<p>I <i>much</i> prefer Backbone, because there&#x27;s much less boilerplate code, less &quot;magic&quot; and it&#x27;s not nearly as opinionated as Angular. You can bend it to your use, rather than bend your usage to it&#x27;s preferred way of doing things.
rx4galmost 10 years ago
I have experience with Angular and Backbone. Backbone will definitely give you more control, but you have to make more choices. Angular is definitely generating more buzz, but Backbone has a sizable community too, and is more mature and battle-tested. That&#x27;s a big deal in the Javascript framework space, where the scenery can change drastically month to month. If you&#x27;re doing something small, or you have a little extra time, it&#x27;s worth getting familiar with React, Angular, and Ember too. TodoMVC is a nice way to get a sneak peak at the various idioms of each framework without investing a huge amount of time.
arisAlexisalmost 10 years ago
My preference is Backbone. Angular is very popular especially in this place but many say it&#x27;s super complicated without a reason and I agree.
monroepealmost 10 years ago
To give you more choices, I have been really enjoying Meteor.