📄️ useDebounce
Implement of debounce function
📄️ useIsForeground
The useIsForeground hook is listening AppState and return true when application is in foreground state.
📄️ useLatest
React state hook that returns the latest state as described in the React hooks FAQ.
📄️ useThrottle
Implementation of throttle function
📄️ useToggle
The useToggle React hook useful when value must be Boolean type