🎯
Focusing
Pinned Loading
-
React hook for handling debounce usi...
React hook for handling debounce using lodash debounce 1import { useRef } from 'react';
2import debounce from 'lodash/debounce';
3import PropTypes from 'prop-types';
45function useDebounce(customFunction, t = 500) {
-
React Hook for axios error interceptor
React Hook for axios error interceptor 1import { useEffect } from 'react';
2import axios from 'axios';
34/**
5* @description Hooks an axios error interceptor for your react application
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.