Skip to content

useOnline ​

Category
Sensors

Hook that manages if the user is online

typescript
import { useOnline } from '@elysiumorg/solid-use';

Usage ​

typescript
const online = useOnline();

Demo ​

Api ​