Can ExtJS be used with backbone.js?

I have a backbone.js api that I want to use in an ExtJS application.

Extjs has a very flexible model and proxy system. but I don't see a good way to use backbone.js models.

+3


source to share


1 answer


extjs is a heavyweight solution, and extjs has full support for the mvc architecture; the spine is a very easy solution, both of which usually don't have to coexist with it.



+4


source







All Articles