0.2.1 • Published 2 years ago
react-15 v0.2.1
react-15
Copy of react@15.
Install
npm install react-15Usage
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.
