React for component and browserify
npm install react-componentReact for component
Install with component(1):
$ component install benatkin/react-component
```
var React = require('react')
This is the same as the official React, except that debugging is disabled by
default. To turn on debugging, set React.__DEV__ to true.
To check the integrity of this build, run npm install anddiff -r lib node_modules/react/lib. The only changes should be the onepackage.json
mentioned above. Then check and/or component.json andreact.js.
To copy and transform the lib files, run gulp`.
* Check that this works with component
* Check that this works with browserify
* Remove addons from this build
* Publish another build with addons