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.

4 lines (3 loc) 102 B
import React from "react"; declare const ExampleComponent: React.FC; export default ExampleComponent;