Skip to content

irhamputra/react-use-pkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-use-pkg

The custom react hooks library

NPM JavaScript Style Guide

Install

npm install --save react-use-pkg

Usage

import * as React from 'react'

import { useMyHook } from 'react-use-pkg'

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

License

MIT © irhamputra


This hook is created using create-react-hook.