During my internship, I have to make a mobile application with Cordova.
I decided to choose a framework. I googled. I first glanced at KnockoutJs but I was not quite satisfied with some objects of the framework. Then I learnt BackboneJs. I do not like how Views are rendered in Backbone (the router is nice and simple, so are the models and collections but I really struggle with Views in Backbone!). So I dismissed! My Javascript's...