I am rewriting an existing app with messy JS + jQuery code to use more 
maintainable JS overall.  I am considering various options, but one is to 
use mustache.js and one is to use AngularJS.  

Both use templating and are in some way similar, i.e. they both use the 
curly bracket notation.

I wanted to ask someone with experience in both -- will it make sense to 
start using mustache.js right away to start adding separation of MV* 
layers, and maybe work my way up to AngularJS later?
>From what I've read so far, to use AngularJS correctly, it may require a 
more major redesign, and basically a rewrite of my app, while mustache.js 
is more of a drop-in solution to work with existing JS while still adding 
value without too much of a learning curve (and perhaps clearing some space 
for NG later)?

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to