Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
/ reactiscriptsixify Public archive
forked from andreypopp/reactify

Browserify transform for JSX (superset of JavaScript used in React library by Facebook)

License

Notifications You must be signed in to change notification settings

Khan/reactiscriptsixify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Browserify transform for JSX (superset of JavaScript used in React library by Facebook)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.9%
  • CoffeeScript 8.1%