Dishant Kaushik
Dishant Kaushik
There is a $ajax [here](https://github.com/Kaljurand/dictate.js/blob/master/lib/dictate.js#L190). I have made some changes to make it into a react component. I'll put a PR soon.
Here is a sample code ``` loading = true error = false oboe(url) .node('!.*', data => { insertData(data) }) .start(status => { loading = false }) .done( res => {...
No, I have emulators and devices to work with, but none of them are jailbroken. A part of my security testing team told me that the jailbreak can by bypassed...
I have tried loading a large data from the server (~70mb). If I load it directly to the UI, it gives an out of memory error. So I cached it...
On further investigation, I realized that it is not a good idea to keep such large files in JS memory and it will cause out of memory errors and the...
Here is the npm log [npm-debug.txt](https://github.com/FancyPixel/small-frontend/files/783165/npm-debug.txt)