Browse Source

Remove the require-jsx plugin from the tooling-integration page

In favor of the r.js friendly jsx-requirejs-plugin
main
Felipe Oliveira Carvalho 11 years ago
parent
commit
6baf40bd22
  1. 1
      docs/08-tooling-integration.md

1
docs/08-tooling-integration.md

@ -42,7 +42,6 @@ The open-source community has built tools that integrate JSX with several build
* [reactify](https://github.com/andreypopp/reactify) - use JSX with [browserify](http://browserify.org/)
* [grunt-react](https://github.com/ericclemmons/grunt-react) - [grunt](http://gruntjs.com/) task for JSX
* [require-jsx](https://github.com/seiffert/require-jsx) - use JSX with [require.js](http://requirejs.org/)
* [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
* [pyReact](https://github.com/facebook/react-python) - use JSX with [Python](http://www.python.org/)
* [react-rails](https://github.com/facebook/react-rails) - use JSX with [Ruby on Rails](http://rubyonrails.org/)

Loading…
Cancel
Save