mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
6e5956195d
Fixes #1023
422 B
422 B
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');