/hook-analyzer

⚙️

Primary LanguageTypeScript

Hooks Analyzer 🪝🔎

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.

How to use

  1. Clone the repository
  2. 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.

image