Hey,
I agree with Matt and I am happy he described it much better than I would have done.
Last time I looked at Sencha I also didn't like their CSS approach. If I am not totally wrong
they use their own thing that then gets transformed into CSS. This is like using CoffeeScript
or Dart to create JavaScript. While adding extra functionality and comfort pure CSS and
JavaScript are skills that more people possess than some kind of hexmex to create those.
Also I am not a fan of frameworks forcing you to do certain things a certain way. We use
jQuery since it give you great DOM selectors and helps with Ajax calls, but even their UI
stuff is not too great. jQuery UI feels wrong to me, too flashy and too restricted.
What I would like to use is a CSS framework that helps to simplify the creating of a good looking
and adaptive layout. Something 960.
As for JS, we will probably keep using jQuery and add Backbone.js or something similar to
get MVC.
Keep it real ;)
Armin