React - Dev tools
React dev tools can enrich your experience during coding and debugging. The components tree visualization will also make lots of consent of react easier to understand during learning.
There are dedicated tools for libraries like redux and react-query which make the state of the application and request even easier to inspect.
Extensions
I know how to use popular browser extension like React Developer Tools and Redux DevTools to inspect my application with ease
Debugging made easier
I know that rules make debugging of the stack trees easier. I know that it is adviced to avoid anonymous components which can be achieved using tools like eslint rules
I know how to use popular browser extension like React Developer Tools and Redux DevTools to inspect my application with ease
I know that rules make debugging of the stack trees easier. I know that it is adviced to avoid anonymous components which can be achieved using tools like eslint rules