I know it feels like I'm going into the which-MVC-JS-framework-is-better-than-the-other-ones useless debate between developpers.
But in my case, I have 2 very specific questions that are little documented on the web IMHO:
- I am worried about memory leaks in Angular. Is it actually a concern or does Backbone has the same problematics for the same use cases? (I read this by the way)
- We'll also develop a mobile version of our web app. For sure we'll also use some MVC JS there. Is there one library that is really not recommended for web mobile? (compatibility, memory usage, loadtimes etc.)
I am currently considering Backbone and Angular, but if it really makes sense, I am open to other ones. It may be clear in the way I formulate my questions that I have a better opinion on Backbone at the moment (for several reasons I won't detail here).
Thanks for support