From the course: React: Testing and Debugging

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Debug with React DevTools

Debug with React DevTools - React.js Tutorial

From the course: React: Testing and Debugging

Start my 1-month free trial

Debug with React DevTools

- [Narrator] The reactive tools provides us with useful tools to inspect our components, the stake props space to a component, or even provide console commands to play what are components. So let's take a look at a few. If we go back into our browser and make sure your application is running, go into the components here. And this is again from the react dev tools. And the first thing you're going to see is that we have each of our components that we've built into our application listed here. So if we go back quickly to our application and let's close the terminal, you're going to see that we have our app.js, which is the first top component. And then we're passing the grid right here, which is the second level. And then into the grid, we are passing the single and we're returning it in this function here. So we have each single for each items in our data, which is basically what we have in the courses.json here.…

Contents