React React/ReactNative Creating useLogger Hooks Logging is very important part of application development process, Backend frameworks have got this thing sorted, but in frontend we still struggles with console.log and when something unexpected happens
js Overriding Promise for progress & cancel features An extended version of Javascript Promise, to add new functionalities like progress & cancel . This requirement occurred when I was writing a HTTP Client Interface for one of my react-native project. This Interface was written over axios package.