@knitui/hooks
useForceUpdate
Force a re-render imperatively — port of Mantine's useForceUpdate. Returns a stable function that bumps an internal counter. Pure React, so identical on web and native.
WebiOSAndroid
Import
import { useForceUpdate } from "@knitui/hooks";Signature
export function useForceUpdate(): () => void