25
🔍Visualize React components to browser for smoother discussions😊
It is very difficult to grasp the whole picture of a component just by looking at the code such as vscode. We often use tools such as Figma to create diagrams and sequences, but this is a very costly process. In order to solve this problem, we have created and released a library to visualize react components as diagrams in a browser. It is still a work in progress, so many considerations may be missing.

npm i -D visualize-react-component
By specifying the React root file and the component files, it will parse them and output the
stats.html
file.npm run virot ./src/main.tsx
I'm waiting for your feedback.
25