0.1.2 • Published 6 years ago

check-connection v0.1.2

Weekly downloads
12
License
ISC
Repository
github
Last release
6 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

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago