react
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/react package

0.8.0 • Public • Published

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.

The react npm package has recently changed!

If you're looking for jeffbski's React.js project, it's now in npm as autoflow rather than react.

Example Usage

 
// Previously, you might access React with react-tools.
var React = require('react-tools').React;
 
// Now you can access React directly with react-core.
var React = require('react');
 
// You can also access ReactWithAddons.
var React = require('react/addons');

Keywords

Install

npm i react@0.8.0

Homepage

reactjs.org/

Version

0.8.0

License

MIT

Last publish

Collaborators

  • gaearon
  • gnoff
  • fb
  • sophiebits
  • react-bot