From 6d0dba54588a2253f01c17877fd2366f69f766a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Thu, 10 Sep 2015 17:43:58 -0700 Subject: [PATCH] [docs] Remove mentions of react-tools/jsx command --- docs/02-displaying-data.md | 2 +- docs/06-transferring-props.md | 4 ++-- docs/getting-started.md | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/02-displaying-data.md b/docs/02-displaying-data.md index f9a0b8d2..4ae3d086 100644 --- a/docs/02-displaying-data.md +++ b/docs/02-displaying-data.md @@ -96,7 +96,7 @@ JSX is very small. To learn more about it, see [JSX in depth](/react/docs/jsx-in JSX is similar to HTML, but not exactly the same. See [JSX gotchas](/react/docs/jsx-gotchas.html) for some key differences. -The easiest way to get started with JSX is to use the in-browser `JSXTransformer`. We strongly recommend that you don't use this in production. You can precompile your code using our command-line [react-tools](https://www.npmjs.com/package/react-tools) package. +[Babel exposes a number of ways to get started using JSX](http://babeljs.io/docs/setup/), ranging from command line tools to Ruby on Rails integrations. Choose the tool that works best for you. ## React without JSX diff --git a/docs/06-transferring-props.md b/docs/06-transferring-props.md index f2f30ace..70cbe385 100644 --- a/docs/06-transferring-props.md +++ b/docs/06-transferring-props.md @@ -51,7 +51,7 @@ But what about the `name` prop? Or the `title` prop? Or `onMouseOver`? > NOTE: > -> In the example below, the `--harmony ` flag is required as this syntax is an experimental ES7 syntax. If using the in-browser JSX transformer, simply open your script with `