React Dev Tools
- Very useful browser extension for inspecting and analyzing our React applications.
- It's available for Chrome, Firefox, and Microsoft Edge
- You can view
- component tree
- props
- search components
- select a component and inspect the matching DOM element.
- select the component and view its source code.