Skip to content

brunokiafuka/hook-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

image

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.

Nice Resources 📚