use-online-hook
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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
}

Package Sidebar

Install

npm i use-online-hook

Weekly Downloads

7

Version

1.0.3

License

ISC

Unpacked Size

1.7 kB

Total Files

4

Last publish

Collaborators

  • jn-aman