Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ExtJS 类处理很好处理,但是你必须用 UI 堆栈来支付它,加载所有不必要的东西(这非常占用内存,并且减慢了浏览器的加载速度,我在使用 ExtJS 时遇到了问题,它消耗了 20时间页面加载越来越多的内存)。
有没有办法只使用 ExtJS 的类处理系统,就像 jsClass 一样?
并按需加载 UI 组件。
查看外部核心。这是 ExtJS 3 的精简版。不幸的是,没有基于 ExtJS 4 的版本,我不确定他们是否会成功……好处是 Ext Core 是完全免费的。