Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 385 Bytes

File metadata and controls

9 lines (6 loc) · 385 Bytes

React Developer Tools

The Developer Tools will likely make your React experience much more enjoyable.

  1. Visit https://github.com/facebook/react-devtools and install a pre-packaged extension on Chrome or Firefox.
  2. Navigate to your code running React.
  3. Open the browser Developer Tools console and navigate to the React tab.
  4. View the props and state of your components!