Version: v4.5.0use-onlineAbout#Online status hook for React.Installation#npm install --save @rooks/use-onlineCopyImporting the hook#import useOnline from "@rooks/use-online";CopyUsage#function Demo() { const isOnline = useOnline(); return <p>Online status - {isOnline.toString()}</p>;} render(<Demo />);CopyReturn value#Offline status (boolean) is returned.Join Bhargav's discord server#You can click on the floating discord icon at the bottom right of the screen and talk to us in our server.