UNPKG

track-dependancy-changes

Version:

A lightweight React utility that tracks the changes in component dependencies before and after each render. It also shows the number of times a component has re-rendered, and allows aliasing of dependency names for easier readability.

2 lines (1 loc) 76 B
export { default as useTrackDependency } from './hooks/useTrackDependency';