Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 317 Bytes

perf.md

File metadata and controls

7 lines (4 loc) · 317 Bytes

perf(options)(WrappedComponent)

Higher-order component that logs the mount/unmount/render cycles of a React component. Useful for debugging performance!

Inspired by React's performance tools and react-performance.

This is an alias for renderSpy.