0.8.2 • Published 10 years ago

reactiscriptsixify v0.8.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Browserify transform for text/jsx (superset of JavaScript used in React library).

Basic usage is:

% browserify -t reactify main.js

reactify transform activates for files with either .jsx extension or /** @jsx React.DOM */ pragma as a first line for any .js file.

If you want to reactify modules with other extensions, pass an -x / --extension option:

% browserify -t coffeeify -t [ reactify --extension coffee ] main.coffee