Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 320 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 320 Bytes

This makes use of parent context, currently only found on react >= 0.14 in react master.

To install from react master branch:

git clone https://github.com/facebook/react.git
cd react
npm run build
cd npm-react
npm link

Then in your project folder:

npm link react