check-connection

0.1.2 • Public • Published

check-connection

react hook to check connection status

Setup 🛠

yarn add check-connection

or

npm install check-connection

Usage 🤓

import useConnectionStatus from "check-connection";

function App() {
  return (
    <div className="App">
      <h1>Hello you're {useConnectionStatus() ? "online" : "offline"}</h1>
    </div>
  );
}

Edit elated-wu-wt4tr

Readme

Keywords

none

Package Sidebar

Install

npm i check-connection

Weekly Downloads

2

Version

0.1.2

License

ISC

Unpacked Size

1.73 kB

Total Files

3

Last publish

Collaborators

  • shankariyerr