1.2.3 • Published 7 years ago

the-hoc v1.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago