0.1.2 • Published 7 years ago

check-connection v0.1.2

Weekly downloads
12
License
ISC
Repository
github
Last release
7 years ago

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

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago