1.0.9 • Published 3 years ago

use-jahnun v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

use-me

collection of react hooks made by OriAfias

NPM JavaScript Style Guide

Install

npm install --save use-me

Usage

import * as React from 'react'

import { useMyHook } from 'use-me'

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

License

MIT © OriAfiasDev


This hook is created using create-react-hook.

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago