-
react-devtools
Discontinued An extension that allows inspection of React component hierarchy in the Chrome and Firefox Developer Tools.
React Developer Tools is a browser extension that allows developers to inspect React components and their structure. This tool provides an easy way to debug and troubleshoot React applications. You can download it from its official GitHub repository: https://github.com/facebook/react-devtools.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
storybook
Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
Storybook is a tool that allows developers to build and test React components in isolation. This tool provides a visual interface for creating and testing components, making it easier to develop and debug UI components. You can visit its official website to learn more: https://storybook.js.org/.
-
Redux DevTools is a browser extension that allows developers to inspect and debug Redux stores. This tool helps developers to track state changes, actions, and other data related to the Redux store. You can download it from its official GitHub repository: https://github.com/reduxjs/redux-devtools.
-
React Styleguidist is a tool that generates a living style guide for React components. This tool helps developers to document and showcase their components, making it easier for other developers to understand and use them. You can visit its official website to learn more: https://react-styleguidist.js.org/.
-
Prettier is a code formatter that helps developers to maintain consistent code formatting across a project. It automatically formats code based on a set of rules, making it easier to read and understand. You can visit its official website to learn more: https://prettier.io/.
-
ESLint is a tool that helps developers to identify and fix common coding errors and maintain consistency in their code. It provides a set of rules and guidelines that can be customized to fit the specific needs of a project. You can visit its official website to learn more: https://eslint.org/.
-
Bit is a tool that helps developers to share and reuse React components across projects. It allows developers to create and manage a shared component library, making it easier to maintain consistency and improve productivity. You can visit its official website to learn more: https://bit.dev/.