This package has been deprecated

Author message:

NO LONGER MAINTAINED

the-hoc

1.2.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i the-hoc

Weekly Downloads

1

Version

1.2.3

License

MIT

Unpacked Size

4.03 MB

Total Files

36

Last publish

Collaborators

  • okunishinishi