@pbritto/react-hooks

A collection of utility react hooks


License
MIT
Install
npm install @pbritto/react-hooks@0.1.0

Documentation

@pbritto/react-hooks

A collection of utility react hooks

NPM JavaScript Style Guide

Install

npm install --save @pbritto/react-hooks

Usage

import * as React from 'react'

import { useMyHook } from '@pbritto/react-hooks'

const Example = () => {
  const example = useMyHook()
  return (
    <div>
      {example}
    </div>
  )
}

License

MIT © pedrobritto


This hook is created using create-react-hook.