Ask EchoJS: Are there other libraries like Backbone ?
▼1 up and 0 down, posted by
1 up and 0 down, posted by
I would like to know if there are other client-side libs like Backbone. I know that there are Vue, Ember, Knockout and so on, but I want libs that have View and Model in separated files (I say, that don't use ViewModels), so you can just implement them separately, or generate just the model based on database info. Hope I was clear !