Installing & Opening React DevTools
Set up React DevTools in Chrome/Firefox and navigate the Components panel.
Welcome
In this lesson you will install the React DevTools browser extension and learn to navigate the Components panel to inspect your running React app.
What Are React DevTools?
React DevTools is a browser extension that adds two new panels to Chrome/Firefox DevTools: **Components** (inspect the tree) and **Profiler** (measure performance). It works with any React app in development mode.
All lessons in this course
- Installing & Opening React DevTools
- Inspecting Component Trees & Props
- Using the Profiler Tab
- Debugging Common React Errors