Skip to content

Commit 90e9963

Browse files
committed
Merge pull request react#1203 from fson/jsx-integrations
Merge the lists of JSX integrations in the docs.
2 parents 3c4f45f + 0217461 commit 90e9963

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

docs/docs/08-tooling-integration.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,7 @@ If you have [npm](http://npmjs.org/), you can simply run `npm install -g react-t
3838

3939
### Helpful Open-Source Projects
4040

41-
The open-source community has built tools that integrate JSX with several build systems.
42-
43-
* [reactify](https://github.com/andreypopp/reactify) - use JSX with [browserify](http://browserify.org/)
44-
* [grunt-react](https://github.com/ericclemmons/grunt-react) - [grunt](http://gruntjs.com/) task for JSX
45-
* [gulp-react](https://github.com/sindresorhus/gulp-react) - [gulp](http://gulpjs.com/) task for JSX
46-
* [jsx-requirejs-plugin](https://github.com/philix/jsx-requirejs-plugin) - use JSX with [require.js](http://requirejs.org/) and precompile JSX files with r.js
47-
* [pyReact](https://github.com/facebook/react-python) - use JSX with [Python](http://www.python.org/)
48-
* [react-rails](https://github.com/facebook/react-rails) - use JSX with [Ruby on Rails](http://rubyonrails.org/)
41+
The open-source community has built tools that integrate JSX with several build systems. See [JSX integrations](/react/docs/complementary-tools.html#jsx-integrations) for the full list.
4942

5043

5144
### Syntax Highlighting & Linting

docs/docs/complementary-tools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ If you want your project on this list, or think one of these projects should be
2121
* **[gulp-react](https://npmjs.org/package/gulp-react)** [GulpJS](http://gulpjs.com/) plugin.
2222
* **[jsx-requirejs-plugin](https://github.com/philix/jsx-requirejs-plugin)** [RequireJS](http://requirejs.org/) plugin.
2323
* **[react-meteor](https://github.com/benjamn/react-meteor)** [Meteor](http://www.meteor.com/) plugin.
24+
* **[pyReact](https://github.com/facebook/react-python)** [Python](http://www.python.org/) bridge to JSX.
25+
* **[react-rails](https://github.com/facebook/react-rails)** Ruby gem for using JSX with [Ruby on Rails](http://rubyonrails.org/).
2426

2527
### Full-stack starter kits
2628

0 commit comments

Comments
 (0)