1.2.3 • Published 6 years ago

the-hoc v1.2.3

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

the-hoc

Build Status npm Version JS Standard

Higher Order Components for the-components

Installation

$ npm install the-hoc --save

Usage

'use strict'

import React from 'react'
import { asPure } from 'the-hoc'

const ExampleComponent = asPure((props) => (
  <div>{/*...*/}</div>
))

export default ExampleComponent

License

This software is released under the MIT License.

Links

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago