@knitui/hooks
useAppState
Coarse foreground/background state (web) — maps the Page Visibility API onto the cross-platform AppVisibility union. document.hidden → background, otherwise active. SSR-safe. The use-app-state.native sibling uses React Native's AppState. Use it to pause intervals / animations when backgrounded.
WebiOSAndroidnative splitshared core
Import
import { useAppState } from "@knitui/hooks";Signature
export function useAppState(): AppVisibility