use-online-hook
v1.0.3
Published
a simple hook to check whether the user is online or not :)
Downloads
13
Maintainers
Readme
use-online-hook
How to install?
npm install use-online-hook
How to use?
import useOnline from 'use-online-hook'
const App = () => {
const isOnline = useOnline();
//... rest of the code
}