Skip to content

Files

Latest commit

95edc39 · Feb 20, 2014

History

History
This branch is 18236 commits behind facebook/react:main.

npm-react

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');