DurandalJS vs AngularJS?
Posted
by
Zach
on Stack Overflow
See other posts from Stack Overflow
or by Zach
Published on 2013-07-02T02:00:44Z
Indexed on
2013/07/02
5:05 UTC
Read the original article
Hit count: 374
I'm looking for a JS framework to build an SPA and found DurandalJS and AngularJS. Can anyone compare these two frameworks? I did find many articles that compares AngularJS and KnockoutJS, and they say AngularJS is more than data binding, so I think DurandalJS may be the one to compare.
I did a little research on AngularJS, it is good but one thing is bad: the $ prefix does not work when minified, although there is an ugly workaround. And someone said Twitter Bootstrap does not work well with it (I didn't check).
For DurandalJS, I still cannot find the samples (http://durandaljs.com/documentation/Understanding-the-Samples/), so it's hard to say.
PS: are they working well with TypeScript?
Best regards, Zach
© Stack Overflow or respective owner