Welcome to my github profile! I'm a software engineer, adept to the MERNG stack, experienced fullstack developer and problem solver 🧩
👨💻
Coding
Pinned Loading
-
-
Promise async try catch util
Promise async try catch util 1export default async ({
2promise,3onResponse = () => {},
4onLoad = () => {},
5onError = () => {},
-
A simple function for RN to help wit...
A simple function for RN to help with AsyncStorage 1import AsyncStorage from '@react-native-community/async-storage'
23export default key => ({
4set: payload => AsyncStorage.setItem(key, JSON.stringify(payload)),
5get: async () => {
-
Debounce JS
Debounce JS 1let timer = null
23export default (callback = () => {}, timing = 300) => {
4if (timer) clearTimeout(timer)
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.





