react-15
v0.2.1
Published
Copy of react 15
Downloads
10,552
Maintainers
Readme
react-15
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.