Skip to Content
🎉 Coral x Panda has been released 🎉 Read the Migration Guide

useIsClient

A hook to detect if code is running on the client-side.

Import

import { useIsClient } from '@krakentech/utils';

Usage

const isClient = useIsClient();

Returns

TypeDescriptionExample
boolean
Last updated on