Developer tools
The React community is indeed a very passionate one. Facebook has released a bunch of tools that can be used to debug and troubleshoot React apps; you can find the repository for the dev tools at https://github.com/facebook/react-devtools. The dev tools are available as a Chrome extension, a Firefox extension, or as a standalone app.
For the purpose of this chapter, we'll have a brief look at the Chrome extension, which you can find at https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi.
Once you install the Chrome React Developer Tools extension, you can run it from Chrome's developer tools:
Once you open Chrome's developer tools, you will find a React tab in your developer tools ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access