Real-Time Network Status Monitoring/checking in React with TypeScript
Most people use to detect internet status using navigator.onLine. but, it will not properly in some browsers and version.
For more info read the page: navigator-online-not-always-working
import { useEffect, useState } from "react";
import "./styles.c...
lakshmananarumugam.hashnode.dev2 min read