Merge pull request #4846 from zpao/docs-use-babel

[docs] Remove references to react-tools, JSXTransformer, replace with Babel.
(cherry picked from commit d3d2504e72)
This commit is contained in:
Paul O’Shannessy
2015-09-25 20:24:55 -07:00
parent 64ff2ea3c6
commit d5680caefe
18 changed files with 50 additions and 148 deletions
+1 -1
View File
@@ -78,4 +78,4 @@ return (
>
> In the example above, an ES6 [arrow function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions) is utilized to lexically bind the value of `this`.
Try using it today with the [JSX compiler](/react/jsx-compiler.html).
Try using it today with the [Babel REPL](https://babeljs.io/repl/).