UNPKG

react-hookbox

Version:

react-hookbox is a comprehensive utility hook library for React developers, offering a diverse set of essential hooks to streamline and enhance your development process. Simplify complex tasks, handle common functionalities effortlessly, and boost your pr

10 lines (5 loc) 87 B
import React from 'react' export const useNetworkStatus = () => { return { } }