I use a external library to fetch some data. To get some data I just type:
this.service.query(...args)
It returns a Promise<[]>.
What kind of a Exta.data.proxy.Proxy I should extend/use?
I don't want fetch date before and then create a Store with a memory proxy.
You can use a Ext.ajax.request, it returns a promise which you can use to create a store using Ext.create and store.loadData