Android Back Button Navigation in React Native
Are you developing your mobile app with React Native, and wondering how to handle the back button on Android devices?…
Monkey business for the geek in you!
Are you developing your mobile app with React Native, and wondering how to handle the back button on Android devices?…
In this blog post, we are going to discuss how to handle the virtual keyboard while developing React Native apps.…
There are times when your app may need to detect the user’s internet connectivity. You may work on an alternate…
React has released their latest version 16.9, and there are some new features that come with it. We know that…
Most JavaScript developers don’t understand Currying & Partial Application. But written much JavaScript chances are good you’ve reaped the benefits…
Are you new to JavaScript, and wondering what the arrow functions are? Have you see a bunch of arrows all…
In this post, we are going to take a detailed look at the most common Array operations that you should…
Have you heard your peers talk about Higher-Order functions in JavaScript? Don’t worry if you are lost in the conversation…
image from Wikipedia A JavaScript closure is the combination of a function (which may be nested together) and the lexical…
June 17th, 2019 Comments JavaScript patterns: Throttle and Debounce Do you need to handle a specific event, but you want…
April 29th, 2019 Comments How to use Async/Await in JavaScript Asynchronous code is always hard to wrap our minds around.…
April 22nd, 2019 Comments Building an accessible React Modal component Modal is an overlay on the web-page, but has some…