How does Dojo differ from Jquery with Backbone or with JavascriptMVC?
I'm not asking for a comparison between Dojo and Jquery, this is obvious enough, what I'm asking is how does Dojo compare to Jquery AND an mvc like Backbone (Backbone in particular) or JavascriptMVC? Does Dojo itself already cover w开发者_开发百科hat Backbone does? does Backbone do more? Also, can I use Backbone and Underscore with Dojo and would that be seamless?
I'd say Dojo is like Jquery plus a widgeting system, a widget library and a build system.
see Phillip's comment below for information on MVC in dojo
Backbone uses jquery. it is possible to use jquery and dojo together but it's always preferable to stick with one or the other if you can.
精彩评论