React Dev Tools Flashcards

1
Q

Inspecting & debugging

A

When you see something wrong in the UI, you can use React Developer Tools to inspect the props and move up the tree until you find the component responsible for updating the state. This lets you trace the bugs to their source:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly