0.5.7 • Published 6 years ago

react-mixout-pure v0.5.7

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

React Mixout - Pure

npm Build Status

For a full description of what this is please refer to the main README file of this project.

Installation

You can install this package with the following command:

npm install react-mixout-pure

API Reference

pure

Provides an implantation of shouldComponentUpdate shallowly checking the equality of next and previous props and context for your mixout.

This is only a tiny feature so, one example is enough.

Example
import mixout from 'react-mixout';
import pure from 'react-mixout-pure';

const Component = props => /* Your everyday component*/ null;

export default mixout(pure)(Component);

Typings

The typescript type definitions are also available and are installed via npm.

License

This project is licensed under the MIT license.

0.5.7

6 years ago

0.5.6

7 years ago

0.5.5

7 years ago

0.5.4

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

8 years ago

0.2.1

8 years ago