UNPKG

react-use

Version:
5 lines (4 loc) 102 B
import { useRef } from 'react'; export function useRendersCount() { return ++useRef(0).current; }