Skip to content

Commit

Permalink
Merge pull request #1226 from LilyJ/master
Browse files Browse the repository at this point in the history
included link to React devtools in tooling-integration. fixes #791
  • Loading branch information
sophiebits committed Mar 17, 2014
2 parents 52e8f3f + 4b56947 commit c1443e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/08-tooling-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ The open-source community has built tools that integrate JSX with several build
* [web-mode.el](http://web-mode.org) is an autonomous emacs major mode that indents and highlights JSX
* Linting provides accurate line numbers after compiling without sourcemaps.
* Elements use standard scoping so linters can find usage of out-of-scope components.

### Debugging

[React Developer Tools](https://github.com/facebook/react-devtools) is a [Chrome extension](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) that allows you to inspect the React component hierarchy in the Chrome Developer Tools.

0 comments on commit c1443e9

Please sign in to comment.