unpkg/public/react@16.7.0
Michael Jackson bbb092d974 Load React + Emotion from CDN URLs, use globals
Remove @emotion/babel-preset-css-prop and import { jsx } from
@emotion/core directly instead so Rollup can preserve imports order when
bundling (instead of @emotion/core automatically inserting itself as the
first import).
2019-01-23 21:27:58 -08:00
..
cjs Load React + Emotion from CDN URLs, use globals 2019-01-23 21:27:58 -08:00
umd Load React + Emotion from CDN URLs, use globals 2019-01-23 21:27:58 -08:00
LICENSE Load React + Emotion from CDN URLs, use globals 2019-01-23 21:27:58 -08:00
README.md Load React + Emotion from CDN URLs, use globals 2019-01-23 21:27:58 -08:00
build-info.json Load React + Emotion from CDN URLs, use globals 2019-01-23 21:27:58 -08:00
index.js Load React + Emotion from CDN URLs, use globals 2019-01-23 21:27:58 -08:00
package.json Load React + Emotion from CDN URLs, use globals 2019-01-23 21:27:58 -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');