top | item 10085659

(no title)

joshburgess | 10 years ago

Honestly, there are plenty of other options out there besides Angular and even React, despite the tremendous hype around it at the moment.

Aurelia seems to be the best ideas from Angular + the best ideas from the creator's previous framework, Durandal, in one framework with much cleaner syntax and much less complexity than both Angular & Angular 2.0.

Ember has made some big updates recently, rewriting their rendering engine to use a virtual DOM.

A lot of people still seem to really like Meteor.

Mercury, Mithril, Ractive, JSBlocks, etc. are all smaller, lesser known projects with a lot of potential.

discuss

order

lemevi|10 years ago

> A lot of people still seem to really like Meteor.

Meteor officially supports React and Angular. Meteor is a web and mobile development platform, not a front-end framework.

joshburgess|10 years ago

True, but by default it doesn't use React or Angular and provides Blaze for creating UIs.

It supports React and Angular as of recently, I suspect, simply to maintain itself as a competitor to other stacks, due to the extreme popularity of React and Angular.