Files
react/npm-react
Paul O’Shannessy e59daa8ed8 Add descriptions to package.jsons
Otherwise, npm just reads the first non-header of our readmes, which doesn't
match up accurately or cleanly (no markdown parsing).
2014-02-19 11:35:11 -08:00
..
2014-02-19 11:35:11 -08:00

react

An npm package to get you immediate access to React, without also requiring the JSX transformer. This is especially useful for cases where you want to browserify your module using React.

Example Usage

var React = require('react');

// You can also access ReactWithAddons.
var React = require('react/addons');