Hooks
useOnlineStatus

Import this in your client-side component

MyComponent.tsx
import { useOnlineStatus } from "react-amazing-hooks";

API

ApiDescriptionTypeReturn TypeExample
useOnlineStatusA hook to detect the online status of the user.voidbooleanconst isOnline = useOnlineStatus();

Check the 'Example' tab above the table for an exhaustive example. *