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.

3 lines (2 loc) 86 B
import useTrackDependency from "./useTrackDependency"; export { useTrackDependency };