react-no-update
v1.0.1
Published
shouldComponentUpdate false for react w/ a render prop
Downloads
6
Maintainers
Keywords
Readme
react-no-update
shouldComponentUpdate false for react w/ a render prop
Install
$ npm install --save react-no-update
Usage
var NoUpdate = require('react-no-update')
<NoUpdate render={() => <div>I won't update</div>} />
License
MIT © Andrew Joslin