Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 489 Bytes

File metadata and controls

25 lines (16 loc) · 489 Bytes

🎒 @hooks/render-count

React hook to record the render count

NPM version Travis License

Install

npm i @hooks/render-count

Usage

useRenderCount

useRenderCount(): number

Return

Returns the number of times the hook has been called.