1.0.0 • Published 7 years ago

stateless-purify v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

stateless-purify

Pure Stateless Components

npm install --save react-purify
# yarn will do as well

Usage

import purify from 'stateless-purify';

const MyComponent = purify(function MyComponent() {
});

Motivation

https://medium.com/modus-create-front-end-development/component-rendering-performance-in-react-df859b474adc#.ycv6d5n8z

Prior Art