Here's are some of the tools that you may / should add to the project.
- React Developer Tools
- Adds React debugging tools to the Chrome Developer Tools.
https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi (opens in a new tab)
- click-to-component
- Option+Click React components in your browser to instantly open the source in VS Code.
https://github.com/ericclemmons/click-to-component (opens in a new tab)
- locatorjs
- Click on a component to go to its code.
https://www.locatorjs.com/ (opens in a new tab)
- react-generate-comp
- Generate React components in current execute directory by typing with CLI.
https://www.npmjs.com/package/react-generate-comp (opens in a new tab)