10 powerful tools every badass JavaScript/React developer must have under their belts

CodeNerd
2 min readDec 24, 2022
Photo by Farzad on Unsplash

There are a variety of tools that a developer may find useful, depending on their specific needs and the technologies they are working with. Some general tools that are useful for many JavaScript/React developers include:

1. Prettier

  • Prettier is a code formatting tool that automatically formats your code according to a set of rules. It can save you time by formatting your code automatically, and it can also help you enforce a consistent code style across your team.

2. ESLint

  • ESLint is a tool that checks your code for common coding mistakes and style issues. It can help you catch mistakes early on and ensure that your code follows a consistent style.

3. React Developer Tools

  • The React Developer Tools is a browser extension that allows you to inspect and debug your React components. It provides a detailed view of the component hierarchy, and allows you to see the props and state of each component.

4. Redux DevTools

  • The Redux DevTools is a browser extension that allows you to inspect and debug your Redux store. It provides a detailed view of the store’s state, and allows you to see the…

--

--

CodeNerd

A lifelong learner and passionate about all things code. From building websites to creating software applications, I love bringing ideas to life through coding.