unpkg/public/react@16.7.0
Michael Jackson 31e7d3865a Experimental port to Firebase hosting 2019-01-05 17:14:36 -08:00
..
cjs Experimental port to Firebase hosting 2019-01-05 17:14:36 -08:00
umd Experimental port to Firebase hosting 2019-01-05 17:14:36 -08:00
LICENSE Experimental port to Firebase hosting 2019-01-05 17:14:36 -08:00
README.md Experimental port to Firebase hosting 2019-01-05 17:14:36 -08:00
build-info.json Experimental port to Firebase hosting 2019-01-05 17:14:36 -08:00
index.js Experimental port to Firebase hosting 2019-01-05 17:14:36 -08:00
package.json Experimental port to Firebase hosting 2019-01-05 17:14:36 -08:00

README.md

react

React is a JavaScript library for creating user interfaces.

The react package contains only the functionality necessary to define React components. It is typically used together with a React renderer like react-dom for the web, or react-native for the native environments.

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. Don't forget to use the production build when deploying your application.

Example Usage

var React = require('react');