I have a question about Extjs
I have read the official document on Sencha doc but I have some confusions about the dynamic loading.
What is the difference between new X() and Ext.create('X')? Which should be used and when?
Any answer are very appreciated.