UNPKG

@mirawision/reactive-hooks

Version:

A comprehensive collection of 50+ React hooks for state management, UI interactions, device APIs, async operations, drag & drop, audio/speech, and more. Full TypeScript support with SSR safety.

6 lines (5 loc) 197 B
/** * A hook that returns true only during the first render of the component. * @returns boolean indicating if this is the first render */ export declare function useFirstMountState(): boolean;