@hooks/render-count
v0.1.0
Published
React hook to record the render count
Downloads
70
Maintainers
Readme
🎒 @hooks/render-count
React hook to record the render count
Install
npm i @hooks/render-count
Usage
useRenderCount
useRenderCount(): number
Return
Returns the number of times the hook has been called.