1.0.9 • Published 2 years ago

use-jahnun v1.0.9

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

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago