X PANEL: Debugging Tool for React Developers
X PANEL is a Chrome extension designed to enhance the debugging experience for React developers. This tool addresses a common challenge faced in large React applications: locating the relevant file component when changes are necessary. By simplifying this process, X PANEL allows developers to quickly identify the path of an element by simply hovering over it, revealing its location in the project structure, such as "/src/component/navbar.jsx".
Additionally, X PANEL enables users to open the identified file directly in Visual Studio Code with a single click. The extension recognizes components that adhere to the naming convention RXP--RXP, where the serves as a unique identifier. Developers must ensure this identifier is added to the components they wish to track, facilitating an efficient debugging process in their React applications.





