This is a simple tool to analyze the hooks used in a React project. It will list all the hooks used in the project and the number of times they are used.
Warning
This is a rust practice project and it is not intended to be used in production.
- Clone the repository
- Run
cargo run -- <path-to-react-project>
in the root directory of the project
After successfully running the command, you get a report generated under report.html
in the root directory of the project.