From b36a3e06e19efc2df236b1c39cafa1df064a3cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Thu, 10 Sep 2015 18:21:03 -0700 Subject: [PATCH] [docs] Remove JSXTransformer, react-tools from downloads page --- downloads.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/downloads.md b/downloads.md index 6b8f61bf..eb5da226 100644 --- a/downloads.md +++ b/downloads.md @@ -48,25 +48,10 @@ The compressed, production version of React with [add-ons](/react/docs/addons.ht ``` -#### JSX Transformer -The JSX transformer used to support [XML syntax](/react/docs/jsx-in-depth.html) in JavaScript. - -```html - -``` - All scripts are also available via [CDNJS](https://cdnjs.com/libraries/react/). ## npm -To install the JSX transformer on your computer, run: - -```sh -$ npm install -g react-tools -``` - -For more info about the `jsx` binary, see the [Getting Started](/react/docs/getting-started.html#offline-transform) guide. - If you're using an npm-compatible packaging system like browserify or webpack, you can use the `react` package. After installing it using `npm install react` or adding `react` to `package.json`, you can use React: ```js