You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Sencha Cmd provides a replacement for Ext.define that does not contain the loader and async overhead. The significantly reduces the time to bring all classes into existence (there are > 1000 classes to process in most apps).
Currently Sencha Cmd provides a replacement for
Ext.definethat does not contain the loader and async overhead. The significantly reduces the time to bring all classes into existence (there are > 1000 classes to process in most apps).