|
|
|
|
|
by pixelcort
5811 days ago
|
|
Haven't looked at Ext.js lately, but SproutCore has a pretty solid client-side ORM, as well as excellent KVO/KVB and a useful computed property system (think of them as observable getter/setter functions that appear like any other property from the outside). The view layer is okay, although it takes some time getting used to. It does, however, focus heavily on performance, which you mentioned is important. Regarding versions of SproutCore, I'd highly recommend sticking to keeping up to date with the master branch on GitHub. The released version (1.0) is missing some nice performance and bug fixes found in the master branch. There is also another branch that is focusing on a new theme and view rendering system but I haven't looked at it recently. For documentation, docs.sproutcore.com is nice, but nothing beats reading the source code for this framework. There's also the mailing list and #sproutcore on IRC. |
|