UNPKG

@lyonph/preact-hooks

Version:

Collection of useful Preact Hooks

5 lines (4 loc) 120 B
/** * Tracks the number of times the component has rendered. */ export default function useRenderCount(): number;