Skip to content

Commit

Permalink
included link to React devtools in tooling-integration. fixes faceboo…
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMGoh committed Mar 6, 2014
1 parent 554b677 commit 4b56947
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 @@ -48,3 +48,7 @@ The open-source community has built tools that integrate JSX with several build
that support `*.tmLanguage`.
* 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 4b56947

Please sign in to comment.