react / 0.11.2 last updated 10 months ago created on Oct 26th 2011

Install

npm install --save react

Clone

git clone git@github.com:facebook/react.git

dependencies show all 9

main envify 2.0.1 MIT

maintainers

zpao
jeffmo

versions 33 total

0.12.0-rc1 10 months ago zpao
0.11.2 a year ago zpao
0.11.1 a year ago zpao
0.11.0 a year ago zpao
0.11.0-rc1 a year ago zpao
0.10.0 a year ago zpao
0.10.0-rc1 a year ago zpao
0.9.0 2 years ago zpao
0.9.0-rc1 2 years ago zpao
0.8.0 2 years ago zpao
0.7.1 2 years ago jeffbski
0.7.0 2 years ago jeffbski
0.6.3 3 years ago jeffbski
0.6.2 3 years ago jeffbski
0.6.1 3 years ago jeffbski
0.6.0 3 years ago jeffbski
0.5.2 3 years ago jeffbski
0.5.1 4 years ago jeffbski
0.5.0 4 years ago jeffbski
0.3.5 4 years ago jeffbski
0.3.4 4 years ago jeffbski
0.3.0 4 years ago jeffbski
0.2.6 4 years ago jeffbski
0.2.5 4 years ago jeffbski
0.2.4 4 years ago jeffbski
0.2.3 4 years ago jeffbski
0.2.2 4 years ago jeffbski
0.2.1 4 years ago jeffbski
0.2.0 4 years ago jeffbski
0.1.2 4 years ago jeffbski
0.0.3 4 years ago jeffbski
0.0.2 4 years ago jeffbski
0.0.1 4 years ago jeffbski
5806 Downloads yesterday.

readme

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.

Note: by default, React will be in development mode. The development version includes extra warnings about common mistakes, whereas the production version includes extra performance optimizations and strips all error messages.

To use React in production mode, set the environment variable NODE_ENV to production. A minifier that performs dead-code elimination such as UglifyJS is recommended to completely remove the extra code present in development mode.

Example Usage

1
2
3
4
var React = require('react');

// You can also access ReactWithAddons.
var React = require('react/addons');
Resolving all dependencies.. This could take a while as our cache is not yet fully warmed up.