0.2.1 • Published 7 months ago

react-15 v0.2.1

Weekly downloads
6,205
License
MIT
Repository
github
Last release
7 months ago

react-15

NPM

NPM version

Copy of react@15.

Install

npm install react-15

Usage

The following files and directories are copied:

  • dist
  • lib
  • react.js

This means you can require with CommonJS:

var shallowCompare = require('react-15/lib/shallowCompare');

Or with ES Modules:

import sliceChildren from 'react-15/lib/sliceChildren';

License

MIT. See license from original project.