The Developer Tools will likely make your React experience much more enjoyable.
- Visit https://github.com/facebook/react-devtools and install a pre-packaged extension on Chrome or Firefox.
- Navigate to your code running React.
- Open the browser Developer Tools console and navigate to the React tab.
- View the
propsandstateof your components!