/** * Hook that returns true only on the first render * * @returns True if this is the first render, false otherwise * * @example * ```tsx * const Component = () => { * const isFirstMount = useFirstMountState(); * return