我使用 extjs 从 2.2 到 4.1
现在我找到了backbonejs,它是如此的轻量级。
我想知道它们是否与下表描述的工作相同?
我的意思是使用extjs-core + dataview + xtemplate + store(来自ext3,你可以打包你想要的),而不是使用整个extjs。
| BackBone | ExtJS |
|:-----------|------------:|
| underscore | ext-core |
| model | model |
| collection | store |
| event | event |
| router | ?? |
| view | DataView + XTemplate|
| MIT | GPLv3 |