Skip to content

Commit 79cd7ad

Browse files
fsonsophiebits
authored andcommitted
Merge the lists of JSX integrations in the docs.
There were these two lists of JSX tools at Complimentary Tools and Tooling Integration, that were a bit out of sync with each other. Bring them together and add a link to the former from the latter.
1 parent c621c48 commit 79cd7ad

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

docs/docs/08-tooling-integration.md

+1-8
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

+2
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)