react-polyfill-pure-component

react-polyfill-pure-component JS library on GitHub react-polyfill-pure-component JS library on npm Download react-polyfill-pure-component JS library

React PureComponent polyfill

Version 1.1.0 License MIT
react-polyfill-pure-component has no homepage
react-polyfill-pure-component JS library on GitHub
react-polyfill-pure-component JS library on npm
Download react-polyfill-pure-component JS library
Keywords
ReactPureComponentpurecomponentpolyfill

react-polyfill-pure-component

Polyfill for React new PureComponent api

Support

>= react@0.14.9

Usage

import PureComponent from 'react-polyfill-pure-component';

class MyComponent extends PureComponent {
  render() {}
}

For more usage, see https://reactjs.org/docs/react-api.html#reactpurecomponent