I read up on Dynamic Loading that works on Ext packages but is there a way I can do on my packages as well? I realize I should not do this on production but during development it'll be great improvement!
Printable View
I read up on Dynamic Loading that works on Ext packages but is there a way I can do on my packages as well? I realize I should not do this on production but during development it'll be great improvement!
Yes you can use dynamic loading on any code that uses Ext.define, extend, etc. A complete write-up will be forthcoming.