react
React is a JavaScript library for building user interfaces.
Last updated 4 years ago by gaearon .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install react 
SYNC missed versions from official npm registry.

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

var React = require('react');

Current Tags

2045 Versions

Downloads
Total 9,706
Today 1
This Week 10
This Month 36
Last Day 4
Last Week 22
Last Month 443
Dependencies (5)
Dev Dependencies (0)
None
Dependents (203)

© 2010 - cnpmjs.org x YWFE | Home | YWFE